Loading Tool

Explorer IconExplorer

Memory Pool

72,641 transactions
27.94 vMB
0.06432919 BTC
Random Selection Loading Transactions
Max Size: 165.88/200 MB

Candidate Block

Mining Attempt 9b7f9a4733c41a882f794a5a9d9e41a189c91af4d8381b8eb1485f2e7fa8ad21
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 9cff84966d40db778e0f52e455819ae537eca3b8b024cf71812c8f18d85c9017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,472
Size: 1.00 vMB
Total Fees: 0.00859937 BTC
Feerates: 180.34 > 0.86 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (168,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,697 746,697 00000000000000000000bd1877cdee38053f5c2f0e9c919ac42ed5bea2738d3c 864 0.69/1.00 vMB 11
746,696 746,696 000000000000000000080942ae0765f5e1f5d4a3e04cf514bf0f708f3a81b5a7 1,053 0.96/1.00 vMB 12
746,695 746,695 00000000000000000008f7dbbdac3f5f382c577037ac7ceddab3b978ba81f7ad 2,290 0.79/1.00 vMB 11
746,694 746,694 00000000000000000009444904deec0e4a25d27858863f0cbc19f2a164c33792 2,002 0.69/1.00 vMB 11
746,693 746,693 00000000000000000007d1712328c3b95adc170e3e04b2499c04a4ee2905f72e 2,561 0.76/1.00 vMB 12
746,692 746,692 0000000000000000000455bcf0fd217e6b63626ded4804ad90696318cae89aec 331 0.15/1.00 vMB 10
746,691 746,691 00000000000000000006eeeadcef05a4a737b99f25082d6af25929f1c24917cf 1,588 0.59/1.00 vMB 11
746,690 746,690 00000000000000000009533ebc3cc0295e5dae12982e768e69d3d3ba6fbb80c5 154 0.07/1.00 vMB 11
746,689 746,689 00000000000000000007bce2df503dbab90a4f061df11069b1e9accbec682b62 2,838 0.82/1.00 vMB 13
746,688 746,688 000000000000000000006b692bb6b8386f630f6c446ab3ec0c18d70c36507d1d 1,181 0.47/1.00 vMB 11
746,687 746,687 000000000000000000052f4324cc04c797b3b6e66e05840805753adde44fcd87 456 0.20/1.00 vMB 5
746,686 746,686 00000000000000000007173b204f8c4aeafeb83c05e6405b384cfcccf79880ba 2,161 1.00/1.00 vMB 6
746,685 746,685 00000000000000000009c025d61dff2d3ef4f2ef4cd31a35040a0515d969d871 1,299 1.00/1.00 vMB 12
746,684 746,684 000000000000000000083a41909121a981410ee3c5e5d8ed4d9326cc8074ca09 2,246 1.00/1.00 vMB 20
746,683 746,683 00000000000000000006a644df64796dc7225d29cf199e750e31cb6ee29224fb 2,589 0.81/1.00 vMB 14
746,682 746,682 000000000000000000094003424a8727722845222e4aa72de70bf15207671e2f 1,567 0.63/1.00 vMB 9
746,681 746,681 000000000000000000078bbe523fe53645ca11b9ea6e7c0df4f582d1f33ed3f6 1,943 1.00/1.00 vMB 4
746,680 746,680 00000000000000000002b7f74be39f9a2cf18ffdc6f1328f258fa44f47e55df4 3,167 1.00/1.00 vMB 19
746,679 746,679 0000000000000000000508684b86c90a6ede5c6b1d21b5e418bc5eff5e8ace98 1,972 1.00/1.00 vMB 2
746,678 746,678 000000000000000000046aaa6f941dae3bc6e470017f1d549b78b15b1f173be6 2,873 1.00/1.00 vMB 8
746,677 746,677 0000000000000000000735c14631939f1877a4f23208579f3316ec04b25a4fae 2,662 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.45 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: 666.88 GB
    • Received: 15.23 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.