Loading Tool

Explorer IconExplorer

Memory Pool

79,625 transactions
29.25 vMB
0.07594175 BTC
Random Selection Loading Transactions
Max Size: 177.81/200 MB

Candidate Block

Mining Attempt 382710a53e7dd098a2f66ac16b005004384bcb3ac6812bebfd637a5b36661733
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root c588d05eaf558cba3f63cd38afdc453c5a7c221c55e4c9e505f34a9fc8b515ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.01470371 BTC
Feerates: 74.86 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (844,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,049 71,049 00000000004ffbba8f186e93cabc75bada3fb6f68c5e6842604d1369bf001566 1 0.00/1.00 vMB 0
71,048 71,048 0000000000ab7b43980c1e4aaffad34f1c6cdf73f6c72cfef1ed2196d365ea76 4 0.00/1.00 vMB 0
71,047 71,047 0000000000c8d484e7ce5bf7aa25dae4a63232f9c95099788d443b27d7773fd0 5 0.00/1.00 vMB 0
71,046 71,046 0000000000011457ae598e0144ef10693cd2f1e659d1d933aebd8afc1fb473ec 3 0.00/1.00 vMB 0
71,045 71,045 00000000000298da195597d1eddc55d8e48b29738036f2a2fa3b71013ff3a413 1 0.00/1.00 vMB 0
71,044 71,044 0000000001065bbb357f799ab6f0e0492a569e9094c2cdf0076172cc24acc100 6 0.00/1.00 vMB 0
71,043 71,043 000000000055853dcdc641c42eaa56983998ed8173a83773bd0e8b8661ebb2cf 2 0.00/1.00 vMB 0
71,042 71,042 0000000000829525fcec5384afe164bbb17bd8d4eb418a622d80916e98fdadcb 5 0.00/1.00 vMB 43,435
71,041 71,041 0000000000bcb4a808a212d9bfa7ce7aeaac2a4e34fd90d6b76cb26fa92c4d24 1 0.00/1.00 vMB 0
71,040 71,040 00000000005acc90b361e208a0d7f0f4c0805a14854be19f8379e245879d41e3 3 0.00/1.00 vMB 0
71,039 71,039 0000000000b7f02d3dfb5111e375d04c5b1854d1618295c9c934478aa08e0dc4 3 0.00/1.00 vMB 0
71,038 71,038 00000000005d8c22f6c6d98142d31dca74aca2ee883f8b689a1083575d57dc82 3 0.00/1.00 vMB 0
71,037 71,037 0000000000955acd68880d5d8a8d813e2f5f2cf7b1b7e0b7f10c31fc70b87c94 1 0.00/1.00 vMB 0
71,036 71,036 00000000000997f9fd2fe1ee376293ef8c42ad09193a5d2086dddf8e5c426b56 7 0.01/1.00 vMB 0
71,035 71,035 00000000009c516fac28019301e50b478f335e2fce14856f0b487f1cbb547da2 4 0.00/1.00 vMB 0
71,034 71,034 0000000000f2466f89619e4da0d8fadd73d8b656fc1b3f0ef87b2f47216c0d16 3 0.00/1.00 vMB 0
71,033 71,033 000000000029da068771679bb05397f690b4748471a60e07e540ef5c3c00cad7 3 0.00/1.00 vMB 0
71,032 71,032 000000000007339320664d21f36b7aae86e93802b39903dc699e70758c66b190 7 0.00/1.00 vMB 0
71,031 71,031 00000000009a7bd291d3165f13fc10fa1fa436a49a0ff9f0ecc12c5fe188fcdd 3 0.00/1.00 vMB 0
71,030 71,030 000000000077fd86fc7a5cde7d0ec06e7698cab420b4dbabfa4a18c294b1e52c 1 0.00/1.00 vMB 0
71,029 71,029 0000000000230dfe9778ae0d5d9198d28ae2c06a9168d994dc58e3bb354ab9f4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.