Loading Tool

Explorer IconExplorer

Memory Pool

37,503 transactions
18.94 vMB
0.05584852 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.84/200 MB

Candidate Block

Mining Attempt 3e9f74d4c73e39f4285670647d38251b16bab5fe3d7b3dae50aa5d4a1cb22a69
Version 20000000
Previous Block 00000000000000000000e9038dd4e0545f879c5e864a961132f9b6b59b1e7b55
Merkle Root 0e14cd756d60179699d67076d2f9b7267c91a790cafa79c9ed15e51a5bceebee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,337
Size: 0.997961 1.00 vMB
Total Fees: 0.02020705 BTC
Feerates: 121.58 > 2.02 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,877 (753,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,540 160,540 0000000000000b49d18d37eb71c3d61f7beaf37b78eb7cf56a6b9e738b90b37b 25 0.01/1.00 vMB 137
160,539 160,539 00000000000002e5fe405555da2788c543abab744f08abff3507abbc3142bbff 8 0.00/1.00 vMB 69
160,538 160,538 00000000000004cf83bc50ac11dba44c4f49f6964eeb27d1967c561e9c44f819 27 0.01/1.00 vMB 109
160,537 160,537 00000000000008fd8d0a1b1132429069ac0dc081f28bc06516f4634b42b2a5ff 18 0.01/1.00 vMB 33
160,536 160,536 000000000000089720ddda63f69d8a290145c309d26b5e79ba71b60a03b9c4e3 42 0.01/1.00 vMB 116
160,535 160,535 00000000000001596062d02afb84a1bb4cd5f8115209ef052431175c25ce93ac 4 0.00/1.00 vMB 45
160,534 160,534 0000000000000d97e42735fd18632c1c092db653f7210937d2870c6118efa982 102 0.03/1.00 vMB 64
160,533 160,533 00000000000003ba514516db553c3127a3527821e9651c5945b48781928699be 13 0.00/1.00 vMB 319
160,532 160,532 000000000000011dfc6e626499240aec62df193a42ba6198953de31f8000b275 31 0.01/1.00 vMB 107
160,531 160,531 0000000000000c90439a7f94a41107e459e024f70fb46b57d90bdcaae41c052c 96 0.04/1.00 vMB 143
160,530 160,530 000000000000070c62a7c907c02f428f9c7943732d03756701f6844af62c6a25 37 0.02/1.00 vMB 400
160,529 160,529 00000000000009b85431416cbbb05d1ca334f79d446d4a8a0f59089ee0edfd3b 17 0.01/1.00 vMB 73
160,528 160,528 00000000000007460a5bf1e575bb8b7038f53594785540c488bd97ce59cc2b96 22 0.01/1.00 vMB 76
160,527 160,527 000000000000094048607f5b11e8e30bf1c82135bc45bb907d257029cf9d9ba0 119 0.04/1.00 vMB 97
160,526 160,526 0000000000000a1c4361160239fd7df6dad5ddda9a0de0c292849481b6199795 16 0.00/1.00 vMB 41
160,525 160,525 0000000000000a7080ac513e427f52c2cdfd6b505a931f14b4b3bd37e1c403dd 73 0.04/1.00 vMB 94
160,524 160,524 0000000000000476935e7bf4700560b7b5461f64c15c707ffb79c279fc75feb4 45 0.02/1.00 vMB 108
160,523 160,523 0000000000000a42c5562d3a68170327a3bb600942d60a7be34c8710a468f8fd 58 0.04/1.00 vMB 299
160,522 160,522 0000000000000c4812c47895c26cd6fe90a6d696d5d3e3286367f74eca8016cb 1 0.00/1.00 vMB 0
160,521 160,521 0000000000000d6ef84fffc53da75b84935b464263e8a6d49942f8c2575db675 11 0.02/1.00 vMB 110
160,520 160,520 0000000000000078c510aef4764991b3c38c6ad2a0de723a53c67a28348819ef 85 0.03/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 780.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 524.64 GB
    • Received: 5.10 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.