Loading Tool

Explorer IconExplorer

Memory Pool

85,655 transactions
31.94 vMB
0.20919927 BTC
Random Selection Loading Transactions
Max Size: 191.01/200 MB

Candidate Block

Mining Attempt c53f2843faee6e3f7d84d7843a180f0c9f90156a1f12460f99ad2f6c0f9d8556
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 94b0bbcc5b0f46dcf0bba853693e24b1c8ae4770a776de04580f3c1062fa1916
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.09456735 BTC
Feerates: 529.10 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (269,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,641 645,641 000000000000000000096ad22c12465fe0946ebfc462d3d7cf205d9e9221f627 523 1.00/1.00 vMB 21
645,640 645,640 0000000000000000000797b9fd57fa2e38c4c43e40448759ddd3c4abb3a49663 1,280 1.00/1.00 vMB 45
645,639 645,639 0000000000000000000685abad9e36e091c5aab56742464e6beb6147253ea761 238 1.00/1.00 vMB 10
645,638 645,638 000000000000000000048065bce7fdf71e2a4e928ca4323ca6f5c020e668fdd4 2,225 1.00/1.00 vMB 93
645,637 645,637 000000000000000000094d43a9d848169718697b5188d8f7339fc839ac87a3d4 1,296 1.00/1.00 vMB 17
645,636 645,636 00000000000000000002cbd12feaa57df4b76326d2abe1e356635ddecf7b5ca6 2,018 1.00/1.00 vMB 94
645,635 645,635 0000000000000000000d60d4dc6d16db48b5e9bd024865c4cff417e5a74c79e8 1,687 1.00/1.00 vMB 80
645,634 645,634 0000000000000000000039b24f1f09366971fbb220c7f35fb5b3288ffd1fed79 969 1.00/1.00 vMB 16
645,633 645,633 0000000000000000000f035d96704baf8cab27be5037573900374fb5a9c1df01 2,312 1.00/1.00 vMB 48
645,632 645,632 0000000000000000000005555e59cebc8a610fe7e1ac276b988fb2ca49279c13 2,748 1.00/1.00 vMB 19
645,631 645,631 00000000000000000005bf55f26a8c5a75806d68346b1ddb774aa032cca2b05b 2,570 1.00/1.00 vMB 80
645,630 645,630 0000000000000000000986d0ad1f5e0686e23f5152b4891a923f50a657a29aff 2,803 1.00/1.00 vMB 121
645,629 645,629 0000000000000000000ab946dd19bdd63b275db4891e8b0ab7d5e104b42e4f74 2,150 1.00/1.00 vMB 124
645,628 645,628 00000000000000000002dbf087c70265ddacc3245b1e5f334ca8b40d58a4e4b4 1,684 1.00/1.00 vMB 121
645,627 645,627 00000000000000000006ec2f97452753a0940284eb89f8ddc0bd03f255a8e320 2,404 1.00/1.00 vMB 34
645,626 645,626 00000000000000000007df08a4fcf5710758ebf0e43d3353f2710b429a4de233 2,809 1.00/1.00 vMB 97
645,625 645,625 0000000000000000000de55bfc4ed7321464512f14267e685c0f7508072e0074 2,718 1.00/1.00 vMB 30
645,624 645,624 0000000000000000000c1155d08447dc170db8934e24c9281fd29c47c10beeba 2,437 1.00/1.00 vMB 70
645,623 645,623 00000000000000000007c1479884e4453a6d129f40781d8e98fe9a110c5e3923 2,608 1.00/1.00 vMB 33
645,622 645,622 0000000000000000000332536ec9fd7eba36d5ae905a7931fcd509ca97b6d3b3 1,761 1.00/1.00 vMB 25
645,621 645,621 00000000000000000009b396f0f30e01928012192b18ee1711b3efa008287ef3 2,380 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.