Loading Tool

Explorer IconExplorer

Memory Pool

42,678 transactions
27.88 vMB
0.06029556 BTC
Random Selection Loading Transactions
Max Size: 146.89/200 MB

Candidate Block

Mining Attempt 5c124fea491be44be988def5a5ba1a77d8d8846c6df8f60f3fc9de1a6bdb79ed
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 09824495faeee7aaed2cca41cf22793808dfdda37366cfe8f130cfd71e4689c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,218
Size: 1.00 vMB
Total Fees: 0.00798111 BTC
Feerates: 84.58 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (68,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,436 846,436 00000000000000000000d87d644fa27cc66b62479489750fdae2feef6506038a 6,496 1.00/1.00 vMB 33
846,435 846,435 00000000000000000001d7b9bc6378ae7ae28a6abae138090bb68e6533a3e7bf 5,550 1.00/1.00 vMB 26
846,434 846,434 0000000000000000000317372aaa646b694c0c6ea9b04f01142a218686e8eaaf 6,175 1.00/1.00 vMB 20
846,433 846,433 00000000000000000001a521e1347c15f7731310b8841a44336495f165a2cf92 3,763 1.00/1.00 vMB 18
846,432 846,432 00000000000000000000c05ac558c93ccc5af25e8880a42855aa596b7f31a53e 6,748 1.00/1.00 vMB 17
846,431 846,431 000000000000000000002b670e101f2e4398937cc2f5037fd3df54ce76c85b5c 6,089 1.00/1.00 vMB 17
846,430 846,430 000000000000000000026a4385be3c9f60a4f25cd26db316cda6d49ed2fc0218 5,130 1.00/1.00 vMB 23
846,429 846,429 00000000000000000000f9a4759a6e39522edb780c9f5e384bd607b571149d17 5,102 1.00/1.00 vMB 15
846,428 846,428 000000000000000000025f4cc7029aee5dfc4486dcc24cf1fa8ca4ad5810ba6e 6,313 1.00/1.00 vMB 17
846,427 846,427 0000000000000000000007519c121e7780c5b169feb23bfe724e01513470ad02 5,664 1.00/1.00 vMB 18
846,426 846,426 000000000000000000005565899bd6c0bdf57eb5035cbb6af6d7ffc8214c52f9 7,068 1.00/1.00 vMB 17
846,425 846,425 000000000000000000030d2671154e310bcf41a876f55443c35948cee0252cc7 3,652 1.00/1.00 vMB 24
846,424 846,424 00000000000000000000f09f0f1cc118ca1b8158117a88733c0c991ea4d6963f 4,334 1.00/1.00 vMB 18
846,423 846,423 00000000000000000000eba56900650e5a53b048e9b53c972139943f3fa8c5b1 2,913 1.00/1.00 vMB 23
846,422 846,422 0000000000000000000055fd57690db4626ee3782e8fb127d7b011b8e2aa70ae 3,093 1.00/1.00 vMB 32
846,421 846,421 00000000000000000001070f834fa6e3e0381db3d5dcda5d397970db1e2263ad 3,547 1.00/1.00 vMB 25
846,420 846,420 00000000000000000002734c044dc6e9c4c89d3b70df87497e63f2a244869669 4,107 1.00/1.00 vMB 29
846,419 846,419 0000000000000000000211f80e17c925b8a34eea0643b40e147d7d00a3252053 4,349 1.00/1.00 vMB 39
846,418 846,418 00000000000000000001169a7e9391a4417bb959fe5baf084a38889cf09049ad 6,426 1.00/1.00 vMB 38
846,417 846,417 00000000000000000000a8e0d45d6637f5ffb1e480ab24cb2d57d5611ae16d3b 6,458 1.00/1.00 vMB 27
846,416 846,416 000000000000000000000abe15ce20a91970f6dd7d37905b06c986a774d41da7 6,664 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.