Loading Tool

Explorer IconExplorer

Memory Pool

81,087 transactions
29.55 vMB
0.10447253 BTC
Random Selection Loading Transactions
Max Size: 179.96/200 MB

Candidate Block

Mining Attempt bac451670c5ad6cc83ff4e019c262b96c1c7db7cd37e8bdbd6e0b6ce1cebc1c8
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root eb87085db7a34ff45a3cb598952b8f47c01dfd1bd15f88f5567d0668e8869dd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,191
Size: 1.00 vMB
Total Fees: 0.04225443 BTC
Feerates: 201.05 > 4.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (794,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,421 120,421 000000000000384956e31cc21d5e7fb41048895bfb066f8a67076fba5a8b68db 12 0.00/1.00 vMB 333
120,420 120,420 000000000000116d407d22969eefa7144da8e32a9364efdc77dcda96d96b7187 11 0.01/1.00 vMB 617
120,419 120,419 0000000000007b591e47a2fbb48cdef1cbe937361fa6e5c584714c682e89a2bc 9 0.00/1.00 vMB 341
120,418 120,418 0000000000009b6adbcd491a6365ef4161c96217122e51b171ae8e6463776e95 32 0.01/1.00 vMB 0
120,417 120,417 00000000000092437fe11b73b174e273d4d6059a8425a58b9ae801ac5326d88e 1 0.00/1.00 vMB 0
120,416 120,416 0000000000003a8d4fa9fd7ef8671f17b66ed5d3cc37cfc089d5e1ecacf51045 79 0.02/1.00 vMB 0
120,415 120,415 000000000000a1255a87f78666f2059e8ddcd9277d83c7aca8401abcd7d8b6a4 11 0.00/1.00 vMB 1,277
120,414 120,414 00000000000034581c76dd00127aaf6092c43b33a07754f456292cad8c5b9ddf 30 0.01/1.00 vMB 942
120,413 120,413 00000000000045df0e09205b33107c65d9dab4096cf946387ad8b8585bc4e059 4 0.00/1.00 vMB 0
120,412 120,412 000000000000384a995e631cf745b339d3a7353a3de10f4806723628f63f297e 21 0.01/1.00 vMB 232
120,411 120,411 000000000000911b32d4fb2952663f7e3aee92c2d5cd98c497976a8a4c516f18 33 0.01/1.00 vMB 101
120,410 120,410 00000000000005d8ea11428ae01c9c96dcb6a456809144758800d43dde4bc545 8 0.00/1.00 vMB 0
120,409 120,409 0000000000008f6470a2410e03ff336dcf85a141abbe3b1c7a511aa392cd01b0 1 0.00/1.00 vMB 0
120,408 120,408 0000000000006ecd4a1d11ee7b452806a1cdcc088dfbcbac71ee1dde44e3d622 62 0.02/1.00 vMB 130
120,407 120,407 0000000000008368d513d58f717708c7efbc15cf48e0b00188b60ce05ffc09b5 13 0.00/1.00 vMB 334
120,406 120,406 000000000000275f7810709989012bbc495c75d108462243e49387dcef86469a 5 0.00/1.00 vMB 0
120,405 120,405 0000000000007a743b55c00193d74b7d3d447b7acc95551164134c246b1f95b5 25 0.01/1.00 vMB 0
120,404 120,404 000000000000721503a9ae8e91649267108dadaeeaea71dfde5f5388f746f7c3 9 0.00/1.00 vMB 0
120,403 120,403 0000000000001ac395c3e2e7d3b16613a72cb8db55aa58f96c5e382a82273929 11 0.00/1.00 vMB 1,428
120,402 120,402 0000000000003a2ef96afe8071a4874ee5a5289a0d56f54e22829826e02c10af 100 0.03/1.00 vMB 72
120,401 120,401 000000000000019b0f776afaca4ad8fc05d3f2012ceec19c42890c49b646d930 12 0.00/1.00 vMB 539
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.