Loading Tool

Explorer IconExplorer

Memory Pool

33,715 transactions
14.23 vMB
0.05996745 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 81.80/200 MB

Candidate Block

Mining Attempt 25ca1812e242857611a2b5295654a8a56bc2ae5ec1d9337b16fdd50e1f4e3c97
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 7a499fd50ee5a2ded3010d740e42485ed141aab746ba59dfedd98b6a03dc35ae
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,908
Size: 1.00 vMB
Total Fees: 0.01907710 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (891,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
22,251 22,251 00000000a591fba3ab71cda687f45223a404ad5a5cb884d013403f0c1e6a8b55 1 0.00 vMB 0
22,250 22,250 000000006e072c092e3bce15ffb65c67c2cda25e29cd3435dab4e73dbb9b208c 1 0.00 vMB 0
22,249 22,249 0000000048c770d24fcf4c8ee8aa213e5bdb8b0ab95f3cfc47e38614b839ae9b 1 0.00 vMB 0
22,248 22,248 000000006e407229668535b886b15658900f9e01881df0d351259d40e031c5c2 1 0.00 vMB 0
22,247 22,247 000000009a7a85501e8e4a23649b34aebb3acbed5f5598a05b888f1dc7697e37 1 0.00 vMB 0
22,246 22,246 000000000bf31e0cff38cd836d59cea02c6784e08b78d3ec460404406c7b8781 1 0.00 vMB 0
22,245 22,245 00000000cdaaeb67c63e00ef859d1fe2f3460f80e2f903dfe12477b3523095c1 1 0.00 vMB 0
22,244 22,244 000000009384e35f76d0967fab28b160dcf5331e4d19ada58a09a16993b4f1cb 1 0.00 vMB 0
22,243 22,243 00000000a634c7e9a12f0823e2c1dc056e8ec155ed52a1dc5882d16813b0be97 1 0.00 vMB 0
22,242 22,242 00000000ed6654169f8376b4d5004b88ba581c2d5b010e3d75be6b278b0bedee 1 0.00 vMB 0
22,241 22,241 00000000d554cec91cd4cddbc9c6d1d8c062a6a5e2450e0659b34e4e544ee145 1 0.00 vMB 0
22,240 22,240 000000005467cc93e9425c92ad85d4e850a4173defaea098c687c2777e7a7b90 1 0.00 vMB 0
22,239 22,239 00000000b1adc6254f32079f007677b8a239f19fc186623044223b4e989cd6e3 1 0.00 vMB 0
22,238 22,238 0000000014f8356264087c54b1337d399b0f830c5de5586e5b0df2374dbb8f1b 1 0.00 vMB 0
22,237 22,237 0000000015fe270aa404149bbcda9e4bddfacfed565f0f5f2381da255dc89d2a 1 0.00 vMB 0
22,236 22,236 00000000ea43840148a77d7e2577e9a3f6fa87aae0b18f13e5749671ca7123c9 1 0.00 vMB 0
22,235 22,235 00000000788310b2638fb5eb5c8dc98a1abc7ef9660dc6aef5044f1852d8a9de 1 0.00 vMB 0
22,234 22,234 000000002174cff0c5eb580409e7c2d86c8aa42e8bbef3bb1f61b9a9e7794284 1 0.00 vMB 0
22,233 22,233 000000000fb5c275f8db5d6614101d1870968fabe02f7c3603537266778584a7 1 0.00 vMB 0
22,232 22,232 000000006c470df111c2b4c92f5c0e04e8ae9dd7fa1d1d12bf2bec6bbde3c7a9 1 0.00 vMB 0
22,231 22,231 00000000387ae5b5e606aebbd63007c405db7f3e7c741dd06bb5d2133da862e0 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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