Loading Tool

Explorer IconExplorer

Memory Pool

18,903 transactions
8.89 vMB
0.06273526 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.69/200 MB

Candidate Block

Mining Attempt dcb09fa34a51361adbdb4ab4e7cfe66fb0adc2cdd5efb90dc76312cdefa62f42
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 36a6becda4ac78bebf96e3243a6f6c437b25a5c2b1d33f8881c744acead0f6e9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.04183235 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (832,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
80,565 80,565 0000000000485c76e41218f0b684236f90f06dae45a6fd704ae4901248f50e16 1 0.00 vMB 0
80,564 80,564 000000000047b9d836606a22dadffe46f481cdb933aa63f8c75c138158addb3e 2 0.00 vMB 0
80,563 80,563 0000000000206383614cad55a2d50a70945a9d5bca3e64189f8cd14743d25c24 1 0.00 vMB 0
80,562 80,562 0000000000471690d080b2e711848ac1e7a0661d90b2af3cface1f0173e4dc02 1 0.00 vMB 0
80,561 80,561 00000000004b439f3d45e5343868633ed3388c80cfdc904f4142f438f9559f8b 1 0.00 vMB 0
80,560 80,560 00000000002043bf0bc95cf131d30fb0c27ea3ef6911f66b6ad04f62e5cf1f5a 1 0.00 vMB 0
80,559 80,559 00000000004c8eb69a1bdee0642b0950328731432ace993f61d2ad178199095c 1 0.00 vMB 0
80,558 80,558 000000000039ebdac67f445c321f2aacd59687505444aa6a594de9af0fc3d179 1 0.00 vMB 0
80,557 80,557 00000000004c809166235b181feead1529f149358c5426567dacf42b11e2bff1 1 0.00 vMB 0
80,556 80,556 000000000055945a3df87334d8c770da04139eeeb6152fcdc99d87b832b40747 2 0.00 vMB 0
80,555 80,555 00000000003c2b4dfdc3ba9e729d36ff2887a0219b1e3156f7807992162f50f5 1 0.00 vMB 0
80,554 80,554 0000000000448b778f686620586b7947c8c75f78e17368c971eb41959fa65940 1 0.00 vMB 0
80,553 80,553 00000000001a8a7858eeb9b89a1b5b8f55e71441c010be2aefbce0ba7ce8f6aa 1 0.00 vMB 0
80,552 80,552 00000000005580035820c5213467649f2900a1e70f89a35544d5e3db64c4ac5e 1 0.00 vMB 0
80,551 80,551 00000000000c43982f61aa9167d7c286aee3215229734caf7852947e61ebdb38 2 0.00 vMB 0
80,550 80,550 00000000004a780e63360eda57cb9d912ae4289611a4fd5ba860b414856b1604 1 0.00 vMB 0
80,549 80,549 0000000000057467829906193f43c0e755acc38bb97685bb21d70aed882618ec 1 0.00 vMB 0
80,548 80,548 000000000057df6110679c0d13baca98fbfca4f449f17d45d8fcfe345f2e5101 2 0.00 vMB 0
80,547 80,547 00000000004d3c24080ad20897f530704c4273f531988adaeb411522a1964811 1 0.00 vMB 0
80,546 80,546 000000000025365ffe004fa94782fb78b30a1a4b56e54d8522b91259268b077c 1 0.00 vMB 0
80,545 80,545 00000000004d48f79b10817f8072a9a2b2c683e66ef926e221db64e3146a6962 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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