Loading Tool

Explorer IconExplorer

Memory Pool

79,783 transactions
29.72 vMB
0.08040578 BTC
Random Selection Loading Transactions
Max Size: 178.55/200 MB

Candidate Block

Mining Attempt 0880718030bddaa089456db16212ba8b3d8734fa851ed3276b951f4b59901222
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 5137a729af9be894537dbd47f2a2579a86ae78440123f08c50d5a72f55d5e9a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,237
Size: 1.00 vMB
Total Fees: 0.01994471 BTC
Feerates: 502.65 > 2.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (88,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,730 826,730 000000000000000000023a4c51902b8e6b3a45e5b38cc4f0ac4d7759d086d2e5 4,644 1.00/1.00 vMB 63
826,729 826,729 00000000000000000002b0418627eaa91df9b4c9bc1861f3f1a6175e24bad469 3,549 1.00/1.00 vMB 86
826,728 826,728 00000000000000000003b29163d794f519b3395338bd20420aa3772c9bbf3434 4,215 1.00/1.00 vMB 74
826,727 826,727 000000000000000000033c036190ac5d543527a96ccd66c2f29170b67fe446ab 4,871 1.00/1.00 vMB 47
826,726 826,726 00000000000000000001f00ce2ed9885ec3fa9de882e2ed005e02152ac2cc3eb 4,451 1.00/1.00 vMB 43
826,725 826,725 0000000000000000000074ea1713db6034ef5a14ce075ee9849d4e9c595ba9a4 5,227 1.00/1.00 vMB 49
826,724 826,724 00000000000000000002420adcc74661d883e064d5ee3ce9d722f32750d4b3de 4,867 1.00/1.00 vMB 54
826,723 826,723 00000000000000000000b518a2d65ca030dbef69574073427c5a367e7f3da0bb 4,307 1.00/1.00 vMB 62
826,722 826,722 00000000000000000002cd9d7bf146189b0577ccfa57655fcd1f762cdd87c170 4,661 1.00/1.00 vMB 55
826,721 826,721 000000000000000000001e64068529c96b87155ece1ef518c7c0ce8117b33b57 4,530 1.00/1.00 vMB 55
826,720 826,720 0000000000000000000321e246a9439b955cd0d0cf1c8ee7e9ea004f6fa564de 4,062 1.00/1.00 vMB 69
826,719 826,719 0000000000000000000071f95a002767316e0a485aeccd349c3624a5998aab9d 4,857 1.00/1.00 vMB 58
826,718 826,718 00000000000000000001fdc4eebac7f9166f6736a2c0ceb0a0bd6b88ca1ba8fa 4,133 1.00/1.00 vMB 67
826,717 826,717 000000000000000000025ef1d34b68a530d10d9813a7c8cbfcc202c7d4fa8320 4,880 1.00/1.00 vMB 44
826,716 826,716 0000000000000000000226f6421a067388f5f0c455a5e9bb4279fea82e213c57 5,418 1.00/1.00 vMB 41
826,715 826,715 00000000000000000003f1bca4f1e92bf44be2ec0c7933424bcebf213dae12c0 5,072 1.00/1.00 vMB 48
826,714 826,714 00000000000000000001a5eaacf7f12a31ecb451ed920b6cd5e62b9f8ee075af 4,966 1.00/1.00 vMB 54
826,713 826,713 000000000000000000031cc5f14c8ae2b3ca93e7f7ec0ad86a2803b0cd83febb 3,854 1.00/1.00 vMB 46
826,712 826,712 000000000000000000003b399ebab11ef654b548a45666151e1b2dcecb0e1ef6 4,233 1.00/1.00 vMB 61
826,711 826,711 0000000000000000000222af684218bef5467ebe862795f40661f5b589bf874e 4,044 1.00/1.00 vMB 45
826,710 826,710 000000000000000000014f026d09e71011ab751acb09ad664347888fd66c37cc 3,649 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.