Loading Tool

Explorer IconExplorer

Memory Pool

26,172 transactions
27.23 vMB
0.06488381 BTC
Random Selection Loading Transactions
Max Size: 130.20/200 MB

Candidate Block

Mining Attempt 065885927eaeb4c14c101daf7a6ffc932e996e6a90787e7c42e4995be89d0012
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 4100f7c142ef39c2142d18313e44efee5a6dd690dbefa79a9c868f323735f554
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,852
Size: 1.00 vMB
Total Fees: 0.01336345 BTC
Feerates: 150.93 > 1.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (785,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,353 129,353 0000000000000b50920fa18c9ee4eb0411e0bb2a16b89ff2620eccf88738543b 19 0.00/1.00 vMB 1,222
129,352 129,352 00000000000018855f671032252d96ee8fcd0e0ce35a72a634fa7fde86ebdfac 12 0.00/1.00 vMB 16
129,351 129,351 0000000000001be5157be1f380157afb16cec5347606f61826e41993fc444aff 56 0.02/1.00 vMB 927
129,350 129,350 00000000000013d15405a4f24e54d83e16ad72810df37a62e7dc68711b06c38a 38 0.02/1.00 vMB 918
129,349 129,349 0000000000001661187bbcc9e41d0c2ad3dd6bfe6116165a78b35bc87e152a2d 21 0.01/1.00 vMB 1,739
129,348 129,348 0000000000000f9a751a985d12a7defb0a9885a617e47acce4e49034c5f9c21b 18 0.01/1.00 vMB 671
129,347 129,347 000000000000184eb10433a37f4268f6104a2a8f6224ed66ea03ac042eb7ddd2 85 0.02/1.00 vMB 84
129,346 129,346 00000000000008492ff65025c0d43409955805f20080a39dbecc4ac2c753a77a 36 0.03/1.00 vMB 1,046
129,345 129,345 00000000000000a51e6da6d05e570e35f2db95a192eadae594c28dc909d7473a 143 0.06/1.00 vMB 492
129,344 129,344 0000000000000a86c4f5ec4706e16b949b357b24ad3586a76d40376e7299ea84 33 0.02/1.00 vMB 1,270
129,343 129,343 00000000000009c57ba5947a198a279b24d0bd5010ad524f55807595551f4401 14 0.00/1.00 vMB 1,372
129,342 129,342 0000000000000d62f9be9f5e8aac7d227b8e14d60658dbcd388ea90247ad97f5 239 0.10/1.00 vMB 303
129,341 129,341 00000000000010c1dacc743a3b529ba7a4ce91b034721be7ac74712d617826cc 8 0.00/1.00 vMB 354
129,340 129,340 0000000000000636bff303425c53bbcf3c06dc61f8ec81f9847ab80ebb7300ac 28 0.02/1.00 vMB 516
129,339 129,339 000000000000137de7e37f660ff138f1edd8872007633cd25f5a68948115bcf6 42 0.03/1.00 vMB 312
129,338 129,338 000000000000050cafc0d66c5e6b3b5e70df83e6741b78ee0c39ba3c700eb26b 24 0.02/1.00 vMB 1,439
129,337 129,337 00000000000018d2c6f20586b58e09b29adddd0aba1815b54eb55c0ebacfb647 32 0.01/1.00 vMB 946
129,336 129,336 00000000000003221994651f1ac84a29a54fac7c62251c83d120e9ae1200d51b 17 0.01/1.00 vMB 774
129,335 129,335 0000000000001ce53ebbb7a7140dd4705377aad2df28a9204a5a5f9fcff87366 18 0.02/1.00 vMB 369
129,334 129,334 0000000000000f3594e017f589c6a587ea1cb171f250a42287107b8ddf86973d 7 0.00/1.00 vMB 0
129,333 129,333 0000000000001785b60d502dfdb67b935379b303e8fb4caf7af08aae1265024d 6 0.00/1.00 vMB 334
Previous 10 blocks ↓
Total Size: 781.46 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: 611.04 GB
    • Received: 10.79 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.