Loading Tool

Explorer IconExplorer

Memory Pool

12,706 transactions
5.47 vMB
0.01271401 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.21/200 MB

Candidate Block

Mining Attempt f47a25e611cb3f27945c3ebcd279a57fcad5aff943eec31114a4849bc47fcd26
Version 20000000
Previous Block 000000000000000000015e0d39ed218f17656b9c68068e20fc4f24fd05959a8f
Merkle Root 18e77174144715f6ea6d870e2dc41a5a886881c6732ec03af95cf2767afa3151
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.00389712 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,449 (718,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,313 195,313 000000000000007369be2c1a002bba6632384b793f05cb442620563df09117c2 677 0.25 vMB 268
195,312 195,312 000000000000059da34a7e9d0a831f4c422d8aec6822738c17e613b9622411e9 256 0.09 vMB 307
195,311 195,311 00000000000005f638882a9cd7b4e9c154ce4828f32c83436da469bb92dca4bd 8 0.00 vMB 164
195,310 195,310 00000000000003883fc776dcd038a3889ce2a576c6ff5bfc981e70e6cd88c5cd 136 0.06 vMB 188
195,309 195,309 000000000000030da226cf9a550219f080b4f5c9aa468081d49319ee33596b7c 88 0.02 vMB 4
195,308 195,308 00000000000002785770a7cdb187b8cccd9bec39d044b796192a0120e6421e2d 91 0.06 vMB 129
195,307 195,307 000000000000010bc25b89de33e221f0f84150606a749977d1c0ad68f703c13f 285 0.14 vMB 170
195,306 195,306 000000000000016a4d73ba84c18a9a7523f88bb2ec6de6fb30c0dc00c753c613 506 0.25 vMB 162
195,305 195,305 00000000000000825df8f1b8948c1dffde6e62b653f058428293ec410c0407f7 189 0.07 vMB 132
195,304 195,304 000000000000027f4616e559cea84b1a3df025c8312e86a28f1a4ef386877deb 163 0.07 vMB 121
195,303 195,303 000000000000042354ca7b4755fdd31ad61afd6c0f01a4c0d9b95fa78039ab5f 256 0.10 vMB 196
195,302 195,302 00000000000005f7b09e12f979680cf7507e310e814ea0c25d26620e1c7446a1 174 0.07 vMB 120
195,301 195,301 000000000000008e6e8f09ac5b0ead9007c9cfe7163e536ebc2158fdd42e0285 190 0.09 vMB 106
195,300 195,300 000000000000013aa6443b4ba9c8f329942e478a6191ccbfa520943b76704c67 272 0.11 vMB 118
195,299 195,299 00000000000000e4be4de067fba96c3b37df7dbf90d9124dd1e682c71b732ef9 256 0.09 vMB 158
195,298 195,298 00000000000002881654f7e4ec1aa2b99bf7c34d03ed60587b10544ef1a0bf7a 119 0.05 vMB 54
195,297 195,297 00000000000004857ac9a9825c94611acf522e4a1cea7fa505ebce01d4bf8223 174 0.09 vMB 104
195,296 195,296 0000000000000784928143edc0482c005185a11a6c918ca2424de790ab6c5c17 121 0.07 vMB 296
195,295 195,295 000000000000027de17551afdf8df6b63d4e04aa0676f73e7babb907c7043198 83 0.03 vMB 133
195,294 195,294 0000000000000161845523fa561afbd760a46098b1d850202c2e71cab54b6bc6 102 0.03 vMB 92
195,293 195,293 000000000000001aca9bbad18b624e1c1f825c3f89645a4ad8cbdf5819acc3cd 158 0.05 vMB 151
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 107
    • Outgoing: 10
  • Data Transfer:
    • Sent: 307.89 GB
    • Received: 1.45 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.