Loading Tool

Explorer IconExplorer

Memory Pool

47,824 transactions
30.28 vMB
0.09823473 BTC
Random Selection Loading Transactions
Max Size: 161.27/200 MB

Candidate Block

Mining Attempt cd1cabcdf3f2d0654ef0c26662fcffe46aa9d9e2f4db6079b66385366793ad4c
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 22cab477777d884266b7a18e855ead0323375dd7ece1868eda20654f7cff103b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,097
Size: 1.00 vMB
Total Fees: 0.03677031 BTC
Feerates: 150.97 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (453,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,659 461,659 000000000000000001657b4084c3d5928d16fd80984b6d90c313539d43e29c3f 2,066 1.00/1.00 vMB 128
461,658 461,658 000000000000000000e7a89ba5ef2627dd2f31542c44c8231eece59e8a60a6a1 2,076 1.00/1.00 vMB 159
461,657 461,657 000000000000000001150f9d61161a17b33a130946f01e68cc022da7ff099bf0 1,988 1.00/1.00 vMB 125
461,656 461,656 000000000000000001b665e308c232106391de032963d5fcc0be934967cb67fd 2,442 1.00/1.00 vMB 133
461,655 461,655 0000000000000000022e83d37e7c380270fb3312d492f2236745a418af65a096 1,171 1.00/1.00 vMB 160
461,654 461,654 000000000000000001fb7574bb0d9d084dd2b97b501e5f97e4ae6adc66127105 446 0.93/1.00 vMB 150
461,653 461,653 0000000000000000020629cb90d370dd08743e3c0ecb7f9836e6594b3e5e2e03 2,307 1.00/1.00 vMB 127
461,652 461,652 0000000000000000001e128f5932b827b17208636a37414951f9ad010fea90d5 2,624 1.00/1.00 vMB 125
461,651 461,651 000000000000000001412dac72952c8ec26239e22d01dea57d39457a5b171b11 2,319 1.00/1.00 vMB 162
461,650 461,650 0000000000000000009f9b085001f9e6e07ae8e7a0628cc2196742ca25a413f3 2,424 1.00/1.00 vMB 179
461,649 461,649 0000000000000000002f2a3010a250565dbe52b4598fded9d049952e17ca0dca 1,895 1.00/1.00 vMB 152
461,648 461,648 000000000000000001c7b190324ccacc224e13e5b178235fdaa108967f5f0c23 2,071 1.00/1.00 vMB 197
461,647 461,647 000000000000000001dcd88dc4277a285d2844ae5fecbf80ce1381ad20e1abd7 2,115 1.00/1.00 vMB 124
461,646 461,646 000000000000000001d4ab0ff91abbb463b46c5e0b79d97c1cada52d2f95c523 2,010 1.00/1.00 vMB 181
461,645 461,645 0000000000000000001d2cd6525650c326fd22fa31e138c909b1fe200d478a90 3,344 1.00/1.00 vMB 122
461,644 461,644 00000000000000000016b8ee78996ba280e9e0aa0b1db6dcf6c684ebb4ac6761 1,854 1.00/1.00 vMB 76
461,643 461,643 000000000000000001d0bb82766dc1f8dcf86e7c1dea54972e25f7a80fa06740 2,469 1.00/1.00 vMB 155
461,642 461,642 000000000000000001c8e87db1fbe26d22a809bfaddbb8fdddee52c7ca783fe9 2,914 1.00/1.00 vMB 127
461,641 461,641 00000000000000000202bec9d4b3a720d3617729e6365d4c548b8565c6bc74b3 2,478 1.00/1.00 vMB 132
461,640 461,640 000000000000000001ce4fd87e2a50651d42971d395543b7725ff783f67e9a35 1,184 1.00/1.00 vMB 129
461,639 461,639 000000000000000001f149fb56eb43b4316c8142450dc98ac73fab0bfbfd68bf 1,999 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.