Loading Tool

Explorer IconExplorer

Memory Pool

15,451 transactions
6.84 vMB
0.04686090 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.65/200 MB

Candidate Block

Mining Attempt 85f86aaadcaa9c20763401ea37ece548d2ec5fa9eb4d835f3cceba862b9ec3f9
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 1f0c410817bc4a9bde44545d6a2cbb860131467f015f5cc5de9ad3578bc5b6c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,577
Size: 1.00 vMB
Total Fees: 0.02997791 BTC
Median Feerate: 1.53 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (662,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,353 251,353 000000000000002e1fc1a3fc56071a9bb1cbd1ef3991ffdf97cb2cb8174f943b 170 0.08 vMB 155
251,352 251,352 00000000000000068cde3bc755cb736010149c813875db6711736c00a84194cb 211 0.13 vMB 106
251,351 251,351 000000000000003a74a91fecf509e6cb5dc22f58a66887fc0366e9e1c2d59ddc 207 0.08 vMB 180
251,350 251,350 000000000000005b16a2f7443e83f885dca510b0e1deeb8c8e02f1639733963e 73 0.03 vMB 162
251,349 251,349 0000000000000015f0c3fecf84b6463fee43a9a807e16a4aaf1d07793978edf3 15 0.00 vMB 94
251,348 251,348 000000000000000c31f3dc6274e84a7ac53ad129dc44e3262e7853a7b27153bc 372 0.14 vMB 149
251,347 251,347 00000000000000180caaa5753638f28bc6f9b8f66ea59900b0071492096c845a 512 0.26 vMB 72
251,346 251,346 0000000000000057f1241fba6440a3a304ff666bd8a3ef6413b04051277e8ae1 289 0.11 vMB 107
251,345 251,345 00000000000000264e734c0bdbeb940484c2c322404cd676cbaf35b965831a68 449 0.20 vMB 127
251,344 251,344 000000000000004e63bd95ef5a6dfd16653895d153d0d10a710fcb7f0a6e5001 15 0.01 vMB 19
251,343 251,343 000000000000003cecf3cabd14ffed8f241b135d16a3c19b4d29149478424e1a 398 0.22 vMB 103
251,342 251,342 000000000000000027f875091dcf08d4aa76bdfee77dd275fa0637b2ade1d012 290 0.13 vMB 77
251,341 251,341 000000000000004f51dbb26a856687367a22f6f2ead22cddd50fe3502a010cd6 109 0.04 vMB 138
251,340 251,340 000000000000000c3b7c5babc2fd00e28ead20913aaff02a81cb84677c53c06a 50 0.02 vMB 114
251,339 251,339 0000000000000001444a9be703efb7c623690de5f1e69a051080a21ba0ef1ab5 435 0.18 vMB 90
251,338 251,338 0000000000000032a02621c10686ce72e471791f53289a99db43818d38417d96 213 0.09 vMB 113
251,337 251,337 0000000000000037e6e70e9bd93e8c57df511ccd6c07047a97f266c3d9cbe0fa 75 0.03 vMB 178
251,336 251,336 000000000000005999f36011b9d868b7bd05908a0e647147d884db44fc99f6e6 128 0.06 vMB 55
251,335 251,335 000000000000001583e2310121683f6520724474fed5d222e681dc933883fdf2 319 0.11 vMB 94
251,334 251,334 0000000000000004c10cce168190e05c805e5d407208dcbcaae71f0a7a0113d3 74 0.03 vMB 84
251,333 251,333 0000000000000036c0365db032c81d7b22ad93e815993d148bbdee37a4adf5c6 323 0.14 vMB 170
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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