Loading Tool

Explorer IconExplorer

Memory Pool

74,677 transactions
27.65 vMB
0.07427760 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt b071d6ce450b586723a1d1156ddb3dfa9017faa1447405fd387a38e2dd6ce057
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 7d46b609eafcbe158bb5147b816d15639e9c2d504b1eae15e41905ee311d6f82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,874
Size: 1.00 vMB
Total Fees: 0.01525158 BTC
Feerates: 100.35 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (255,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,480 659,480 0000000000000000000ce63073fa07f5bfb6c7b90df09e73c455e8524a27f24e 2,655 1.00/1.00 vMB 82
659,479 659,479 0000000000000000000e0b2727fe21fde7217e5b7c287ba95dfb9012e4dc4e3f 2,857 1.00/1.00 vMB 99
659,478 659,478 000000000000000000006fd36b076300a5c99ffac38a776cc0649aec3292c82f 1,811 1.00/1.00 vMB 79
659,477 659,477 00000000000000000002f9fbc40c03470b5f5f99e6e2d2716db957f45467395e 2,519 1.00/1.00 vMB 106
659,476 659,476 0000000000000000000dcf7a68b32db24ee46f9092c72b6c2b7949dbe6a742a1 2,656 1.00/1.00 vMB 73
659,475 659,475 0000000000000000000972b4ebb2d2692854d207417d5f89df4047f79448e080 2,769 1.00/1.00 vMB 105
659,474 659,474 00000000000000000000abdc21bbfe6cfbe239c886298f30235e9018de841a5c 1,946 1.00/1.00 vMB 93
659,473 659,473 0000000000000000000266d6b2236f176e34a02429554f98b73b9ad63402a2f1 2,873 1.00/1.00 vMB 117
659,472 659,472 0000000000000000000c481531cce3711dadd7f26c599180f07e96f5f17890cc 2,797 1.00/1.00 vMB 89
659,471 659,471 00000000000000000003a89f39bbadd42f01232a6a9bcef047a08a328fa14087 2,685 1.00/1.00 vMB 101
659,470 659,470 0000000000000000000188162d43d35d7abd11c0116bf50e84df4eec88262267 2,120 1.00/1.00 vMB 102
659,469 659,469 00000000000000000008ea60dc3fd778428a0d0fbf68da8916296ef41f1aa2cd 2,207 1.00/1.00 vMB 104
659,468 659,468 0000000000000000000b2f22548f50d5fa67edc2ad33db2877c39ba0de59acdc 2,029 1.00/1.00 vMB 105
659,467 659,467 0000000000000000000c15bc61a4d602efbd2f2893ed878a7c2bba473b7fecab 2,262 1.00/1.00 vMB 36
659,466 659,466 0000000000000000000351a399b393df695a3df36825da6119d8531c18805da3 2,426 1.00/1.00 vMB 66
659,465 659,465 0000000000000000000969e63d2fe1bfcb5a2459e86c6da2eb418bf90712f206 2,177 1.00/1.00 vMB 59
659,464 659,464 00000000000000000002d770e2264c3d9eaddfbfce5948d616b72c6fb6953d53 2,163 1.00/1.00 vMB 57
659,463 659,463 0000000000000000000b443f98b59797aecca674747d51de7ef4953d85bbe8ac 1,917 1.00/1.00 vMB 36
659,462 659,462 00000000000000000007cb3cc32965c9d6bd152f64149bee7386fdf5e7f58b34 2,125 1.00/1.00 vMB 60
659,461 659,461 0000000000000000000dcad67b9f60841a2d5760324712788e1b38f26cef385d 2,124 1.00/1.00 vMB 32
659,460 659,460 00000000000000000002f32f8c1c819c38a0275d2ee31491e861f589f3b8f849 2,363 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.90 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: 713.58 GB
    • Received: 17.40 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.