Loading Tool

Explorer IconExplorer

Memory Pool

80,083 transactions
29.40 vMB
0.11625601 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt 7ad45e72b24a1663a8f7651a5721431ffbf2626db538429d8bc1a15a29a09980
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root fcd1f60b0c42f78f4ae351a249695c7059b5ad9d4e6069d971ac82ec32689c3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,970
Size: 1.00 vMB
Total Fees: 0.05335528 BTC
Feerates: 151.07 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (242,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,610 672,610 0000000000000000000b73dd790b8738cb855ae26f10f31ff326013e6fd97fcf 242 1.00/1.00 vMB 26
672,609 672,609 00000000000000000001894da84fd07be42d500b5d436ca9aad1ceb0ae3d556a 752 1.00/1.00 vMB 70
672,608 672,608 0000000000000000000b6152c18d9aba0096055e73545cfd9f79297f0cbba2a3 1,234 1.00/1.00 vMB 20
672,607 672,607 000000000000000000036dc59ab17d265a1f63858f054fc73a636f687aa05024 2,367 1.00/1.00 vMB 49
672,606 672,606 000000000000000000093de7dea2f70e92c3c2c33d87c433b8a0c9c6f0e05f03 2,599 1.00/1.00 vMB 100
672,605 672,605 000000000000000000041d07b340e0f5c87ad9668d342ed28cddd1d26f53fba3 594 1.00/1.00 vMB 23
672,604 672,604 00000000000000000009fc6fc05568fd26dff654a5187f378e91cf3c00d450c4 1,096 1.00/1.00 vMB 16
672,603 672,603 0000000000000000000510bf460a2d08fc74168d21e543c77bf16d2a8d3f3a5f 1,645 1.00/1.00 vMB 49
672,602 672,602 0000000000000000000bc25af7f2ae80a11b1da0e160cbb1618a826e6617837b 2,402 1.00/1.00 vMB 57
672,601 672,601 000000000000000000066b82d69714ed696d5c8b7b981f6bf211c0e93e8db74f 2,543 1.00/1.00 vMB 43
672,600 672,600 0000000000000000000c0f7aa9b5b424a703420c6fef12cc4066b78a59fdcc41 2,255 1.00/1.00 vMB 34
672,599 672,599 00000000000000000001675e5a932064c24c3f89684fc12942011652ca3c3cb2 2,778 1.00/1.00 vMB 99
672,598 672,598 0000000000000000000acd35409e51432d49020441ce98805f71c864dea3a64f 2,871 1.00/1.00 vMB 124
672,597 672,597 00000000000000000005419b8d637ce906c2575220528a2c9bd33db047b317e4 2,202 1.00/1.00 vMB 57
672,596 672,596 0000000000000000000c3d174a57d8020c6cac2973ec643b59a225597a03b6e4 1,315 1.00/1.00 vMB 114
672,595 672,595 00000000000000000004b599969f9f25e393520d41afeab2ca97c5509c1e8a81 1,674 1.00/1.00 vMB 32
672,594 672,594 000000000000000000011fe4a7d96da5f05046c599eb7ec94aa754ca5ef17602 2,921 1.00/1.00 vMB 49
672,593 672,593 0000000000000000000abeaafc15ade63c24b76a80aac8fb92e61b32181edc5b 2,784 1.00/1.00 vMB 91
672,592 672,592 00000000000000000008c7f4607ae9865237545defbb665021ac5ee435768312 1,814 1.00/1.00 vMB 20
672,591 672,591 0000000000000000000c5a9237779f01203cf6d39747d90fa91b386e481bddad 915 1.00/1.00 vMB 19
672,590 672,590 0000000000000000000c526f230cdf2083184d2f556bae8c13d10c6e0056dc99 2,327 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.