Loading Tool

Explorer IconExplorer

Memory Pool

78,208 transactions
29.08 vMB
0.08056669 BTC
Random Selection Loading Transactions
Max Size: 175.97/200 MB

Candidate Block

Mining Attempt 620a5af351b1f74efda063140768a133f186b0a2ec018df563d89e4d870fa4a2
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root a5bbf2955c0d9bf6c13bf96e7e5de83549a34456a074bb6e1ebbf00fe81e4ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.01986527 BTC
Feerates: 178.73 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (461,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,947 453,947 000000000000000000f25a70626339d4125fc414ef8b5036cb97678fa0291877 1,541 1.00/1.00 vMB 99
453,946 453,946 000000000000000000f5157627a294f5c5614584eb8a939cb43fa771261de264 1,711 1.00/1.00 vMB 130
453,945 453,945 000000000000000000cf1da7a67cacea8f3e33ae4650f6ec3c3d95ae7c2df122 2,298 1.00/1.00 vMB 163
453,944 453,944 0000000000000000020f5a1dfc206dbfa63c772f7463e3b2dd46abaae84733e4 692 0.63/1.00 vMB 121
453,943 453,943 00000000000000000031b041c1029279f75b876e5b1a53bb06b7fb808758cbfc 1,081 1.00/1.00 vMB 125
453,942 453,942 0000000000000000014412a8b8e21f3bcf897decc6947a30a4440ff99f3a9a50 2,958 1.00/1.00 vMB 78
453,941 453,941 000000000000000001e04014b1c372d192b9b00522503b6749bbba5d29c7cd93 1,308 1.00/1.00 vMB 79
453,940 453,940 00000000000000000139edb3c3b860d5ea91086a45e7a744899370e6ccd100b3 1,893 1.00/1.00 vMB 110
453,939 453,939 000000000000000000088e08de2b585683b5e5f0a2622e1238d893314a3b684b 927 1.00/1.00 vMB 106
453,938 453,938 0000000000000000021e49e5e340506d0b92c730411be3ff21182feb2c89bf24 1 0.00/1.00 vMB 0
453,937 453,937 000000000000000001cba692b7d500e46fec6c0de9011943f861c0b77f346f57 1,764 1.00/1.00 vMB 131
453,936 453,936 00000000000000000012997366d1d22a90e33e44c96f45cd3e75e80bf8c21da0 2,532 1.00/1.00 vMB 169
453,935 453,935 000000000000000000a58b09cf57f1d372e8ddc9b68438f8931ae47fb13bdfea 2,565 1.00/1.00 vMB 178
453,934 453,934 000000000000000001b6eef7e257938e14d63c8a1ceffb53ceb26cab37aa7e9c 1,880 1.00/1.00 vMB 113
453,933 453,933 00000000000000000138cddfa275c2dba4bfb7e7540ecaab634cdb38565e6cbf 2,187 1.00/1.00 vMB 118
453,932 453,932 0000000000000000016bd6d29b5553ab8e7ac2ec1e41e6b38f87d8b29187821f 2,508 1.00/1.00 vMB 185
453,931 453,931 000000000000000000bcfcb634b95f8af8f7764dd668509a905452687b5269c1 1,194 1.00/1.00 vMB 76
453,930 453,930 000000000000000001821e224790fba4e717659067fe553e9e2bbff80d3cbc5f 1,953 1.00/1.00 vMB 100
453,929 453,929 0000000000000000009993fbdde1bd40fd62f6aba1813bd84c6cb43f8f82cbe1 2,470 1.00/1.00 vMB 191
453,928 453,928 00000000000000000181e870d87d1006f3537aa375ce3d3cc30fa456f5fcc5fb 2,259 1.00/1.00 vMB 83
453,927 453,927 00000000000000000168913194b95178251cff0960afdf6ee1540bbbdb705021 774 0.37/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.68 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: 677.67 GB
    • Received: 16.44 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.