Loading Tool

Explorer IconExplorer

Memory Pool

86,904 transactions
31.77 vMB
0.11637402 BTC
Random Selection Loading Transactions
Max Size: 192.36/200 MB

Candidate Block

Mining Attempt b2ae7e9a113d8b506e46d6547ad1e171090d13d419b3e23c2f875a3834c432f4
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 8a8b4c3c65144f96e974cb4940d3614f07ba37a8b80e2296defab30efa828d0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.03526376 BTC
Feerates: 547.69 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (64,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,588 850,588 00000000000000000000b850b2a9caf0ead3930336f691b68bb7799f3d1ac719 4,609 1.00/1.00 vMB 11
850,587 850,587 000000000000000000030fc0df7c018b633e2ab6aefc26baf442669035e5c22d 5,680 1.00/1.00 vMB 15
850,586 850,586 00000000000000000001f9a9bcf7517c20680a77dd2c4133b86f4c31a42fb4b2 5,838 1.00/1.00 vMB 15
850,585 850,585 00000000000000000001beaadf621be6cde9eb9e1deab3434943a7ad1b82dc0e 4,611 1.00/1.00 vMB 14
850,584 850,584 00000000000000000002d6bec4d37a4445b2f7722ffa735da47290d79a051405 2,548 1.00/1.00 vMB 7
850,583 850,583 00000000000000000001769baf4ef94f59c791a0fa9cbca2508e2a458c1b1193 3,139 1.00/1.00 vMB 15
850,582 850,582 000000000000000000003e6d58c4d793719ee62cbb86c6780cf2d7f4549a3336 2,870 1.00/1.00 vMB 12
850,581 850,581 000000000000000000003bdac73f7f7d2391823502f0c2f844923f2e0bfa933e 1,967 1.00/1.00 vMB 11
850,580 850,580 000000000000000000034a1b5d5fac5636b2fef9377720b47640cbde2ba82dcb 3,942 1.00/1.00 vMB 9
850,579 850,579 000000000000000000024b0b02d2e385c21d12308dc643d29000ab0a001343d1 4,044 1.00/1.00 vMB 9
850,578 850,578 00000000000000000001e3bc7fc4fdf42af1968aa9f1c9d95a3089b0943efa12 3,427 1.00/1.00 vMB 12
850,577 850,577 000000000000000000035b25b7f02e6465de2cfe3a3ace60d2b8b151be8647a2 6,837 1.00/1.00 vMB 6
850,576 850,576 00000000000000000001bf406f84b866f662cb4849d57605293beb54a8e6e50a 4,206 1.00/1.00 vMB 8
850,575 850,575 00000000000000000000a19d24c93e4420693e488c2e20d5a9781a9eb143b41b 3,611 1.00/1.00 vMB 14
850,574 850,574 000000000000000000032928cec23756d1f693c12bd4fd07b92da5824659303c 3,648 1.00/1.00 vMB 6
850,573 850,573 0000000000000000000025597413aeec185dce95bcaf3f4c885a67139063c340 6,229 1.00/1.00 vMB 7
850,572 850,572 000000000000000000024bb2d47bfc892577f4f3c94f4d7dc06e3e5f809b4ae1 6,982 1.00/1.00 vMB 7
850,571 850,571 000000000000000000014346539e030f1bb62938a8ebbbc72cc3c7cc7b4d2663 3,517 1.00/1.00 vMB 10
850,570 850,570 000000000000000000030c5e77d96e365b9f16b483603d85bb70c441027ba0af 6,485 1.00/1.00 vMB 6
850,569 850,569 00000000000000000001202a414c0573df140213487cc1fc80d18bc959de2d0d 2,546 1.00/1.00 vMB 11
850,568 850,568 000000000000000000030180916be61205f43f015bce06af879c395461a41949 4,950 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.