Loading Tool

Explorer IconExplorer

Memory Pool

74,785 transactions
27.77 vMB
0.07491094 BTC
Random Selection Loading Transactions
Max Size: 168.92/200 MB

Candidate Block

Mining Attempt 041e5615c042390c8ceba90b3b1ac9ac84d64e21ade31bea3d78b701e7cf7ec6
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 2e7f2e27170998b6aa8ab14098bcaec902b7e8223bde89a039bb04c92174bf91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,721
Size: 1.00 vMB
Total Fees: 0.01549289 BTC
Feerates: 71.37 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (266,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,217 649,217 0000000000000000000285953870d5fd685a7e4df6d21e4b2a4f9fb6f4786c5b 2,452 1.00/1.00 vMB 23
649,216 649,216 000000000000000000029cdbfb79f8fbacc511f60d87cae7b8900ed412d29966 1,977 1.00/1.00 vMB 18
649,215 649,215 0000000000000000000131ccabce20e439898c926e50d2c8d0dacf0408c600dc 1,925 1.00/1.00 vMB 24
649,214 649,214 0000000000000000000c7589c798cf89c99f6b2b4a22259ab8660bc509aab76d 2,448 1.00/1.00 vMB 46
649,213 649,213 0000000000000000000a177417af2212ed23dbd184ba1843a01f00becb4851dc 1,591 1.00/1.00 vMB 34
649,212 649,212 0000000000000000000cb4737d88509d0dbe1e9f8d3d5ce3ef35ff5c8742c81d 1,679 1.00/1.00 vMB 12
649,211 649,211 0000000000000000000891b83c1e87bbcdaffcdfe99d2e66be9709e5ab7d991e 2,475 1.00/1.00 vMB 32
649,210 649,210 0000000000000000000adac413e2dc96092b449b1ec9d0763be74dcfd313f807 1,661 1.00/1.00 vMB 6
649,209 649,209 000000000000000000036368cddde0371219c709b91c970025cec2e8851d13fb 2,480 1.00/1.00 vMB 6
649,208 649,208 0000000000000000000e2b3fd8ee69f78644cbc73d0b369252e539580b8f13eb 2,497 1.00/1.00 vMB 24
649,207 649,207 00000000000000000007c930b5fcf37ad222f996b6c5cde6750d9767541d1a05 1,960 1.00/1.00 vMB 23
649,206 649,206 00000000000000000005abb3f2c02ec453f6b60bf41e4146a2128b139d7fcc9f 2,899 1.00/1.00 vMB 57
649,205 649,205 00000000000000000009d1d6fb923c44b0d5f4298022ddb1fdd39655ff9c40a6 2,137 1.00/1.00 vMB 11
649,204 649,204 00000000000000000006b716ed01a26a85e5803c17494223f19836e808c5b976 2,414 1.00/1.00 vMB 36
649,203 649,203 000000000000000000047a865077e6a0180a55fedee6816b51828e20268dbcda 2,520 1.00/1.00 vMB 40
649,202 649,202 0000000000000000000463991dc654e1103867de086c8b6535e6c3dae08e36c0 2,864 1.00/1.00 vMB 72
649,201 649,201 00000000000000000001d0125d5c7f4057dd123a57c06ea591ee208f18b975a1 2,056 0.75/1.00 vMB 23
649,200 649,200 000000000000000000022257100d3c347ea412c6bcde42978c0b70fa15804c20 2,420 0.97/1.00 vMB 26
649,199 649,199 000000000000000000039484abc0bc856895e766174db356f926f32803a0992a 579 0.44/1.00 vMB 21
649,198 649,198 0000000000000000000d3a96ae5b2284c78b4290c571e5d91dc20e063f2e828a 607 0.20/1.00 vMB 28
649,197 649,197 00000000000000000001ba201ef828f73edc3e2ecb8eb065d7369840379e4eb3 2,377 0.77/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 711.78 GB
    • Received: 17.12 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.