Loading Tool

Explorer IconExplorer

Memory Pool

78,391 transactions
21.33 vMB
0.06029354 BTC
Random Selection Loading Transactions
Max Size: 142.73/200 MB

Candidate Block

Mining Attempt 4af8a0efe5a5a123a27d9d21a59a72aff4e9dbbb808fe61ac02874ac231f02be
Version 20000000
Previous Block 00000000000000000000458667072dae7325a30143b06fa129332f58245f6409
Merkle Root 9ab07eb9c06a00e561348f24c13217178d47e178a6d0cc4b31421a2850b4925a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,436
Size: 1.00 vMB
Total Fees: 0.01195513 BTC
Feerates: 100.45 > 1.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,178 (836,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,642 79,642 000000000020c67b9b3bfba531c603cc96fd22cf4740faaff7686728079c80d5 1 0.00/1.00 vMB 0
79,641 79,641 000000000032de7d3ce5b70d2d0408683dd754708410368ab9881e57c8727879 1 0.00/1.00 vMB 0
79,640 79,640 0000000000556e413053f9339150c8b1821123d39fb887499c0e40ad9e4b4d87 1 0.00/1.00 vMB 0
79,639 79,639 00000000003416a9b51d7e75ac463fd9a749db8d221d9e98764c0b81cded461a 2 0.00/1.00 vMB 0
79,638 79,638 000000000032c8608f2eb81dee853d740a6b34811eb954b68218880cbb8c9ecc 2 0.00/1.00 vMB 0
79,637 79,637 00000000005aa3eefd5b036426d18c53d2270401425322ea50bb00f63802abf9 1 0.00/1.00 vMB 0
79,636 79,636 00000000001049c788391e5b1af284422c4481d3e9b577861168fda5220593fc 1 0.00/1.00 vMB 0
79,635 79,635 00000000005b0dc2f058a0252029f2b7e3561bb9bcfb3ff6dca29d8ca874b50b 1 0.00/1.00 vMB 0
79,634 79,634 000000000011f514d99c411d387840b3813bb86f4f44f79ae0d1da727ed7a507 1 0.00/1.00 vMB 0
79,633 79,633 000000000004d52ea65482d1002b2cfc5656c937fcf0839e68d4f9f64d59fe3c 1 0.00/1.00 vMB 0
79,632 79,632 00000000005963badb435339fc8e557e5434c8e97f5153d30354500c90528689 1 0.00/1.00 vMB 0
79,631 79,631 00000000004b1b01df7ae7044cc3ef58041e7a37e77eb9e98476915e7b96799c 1 0.00/1.00 vMB 0
79,630 79,630 00000000001d331d0ec0ee74e9e6f07708c919e2ac59b1c3fb4da3f368e5dc6d 1 0.00/1.00 vMB 0
79,629 79,629 00000000004d68a3d29c8312a57ad463c1ed7868195da40846da6b172ae248d8 1 0.00/1.00 vMB 0
79,628 79,628 000000000000437eb3cc87253faee94c7393e7d3b58b81765940c8ec3d800373 1 0.00/1.00 vMB 0
79,627 79,627 0000000000148c304eee8473dfe4b1b69e423542171fef7bd9018f8fad0fce44 2 0.00/1.00 vMB 0
79,626 79,626 000000000008f5ada026718dc7a78ca3d089cc98e1f0c4f110b8ce84a5021a85 1 0.00/1.00 vMB 0
79,625 79,625 00000000001f80d43131c3d77b48b637e9d85537f6fa9e69d232d412ab8a6ccb 1 0.00/1.00 vMB 0
79,624 79,624 000000000002102462b2b6e3d0cdd3fc82d29e093d62c14b976e94f41c143319 2 0.00/1.00 vMB 0
79,623 79,623 00000000003375c945f28a9769e7cdfa10f4c4389f6d337a2ec79a9c6e71a6ff 1 0.00/1.00 vMB 0
79,622 79,622 00000000000c29da63e4d0a27db6f7ca2c764ad4f96f0512e6c10557ac4c8c56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 821.56 GB
    • Received: 24.74 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.