Loading Tool

Explorer IconExplorer

Memory Pool

44,582 transactions
28.47 vMB
0.07903964 BTC
Random Selection Loading Transactions
Max Size: 150.36/200 MB

Candidate Block

Mining Attempt e516fe54ac37a4916e4bbaae232760e5533b9808d216ddde5b6a8ac68941dcbb
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (381,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,341 533,341 0000000000000000000da56b222292b4d7d8ff357d1baf0038044f45193c20cd 3,064 1.00/1.00 vMB 40
533,340 533,340 00000000000000000028583fe217477d87dbaf0fa7ac07bfd57be4d8ba1d17dc 1,273 1.00/1.00 vMB 8
533,339 533,339 0000000000000000001571e75d42ea46f7618a976ce25f2a29e98a976ddfdb58 1,753 1.00/1.00 vMB 7
533,338 533,338 0000000000000000002c0b9f25e4d11ea15261ecb8ab4b64f719089e11b65244 3,151 1.00/1.00 vMB 28
533,337 533,337 00000000000000000035badffc77ffda7e1be2d243971fe4947f7ecfd68f4705 1,055 1.00/1.00 vMB 6
533,336 533,336 00000000000000000010de209cb205e59c10d387a436d179bf7f6ae88bc6c389 657 0.22/1.00 vMB 21
533,335 533,335 00000000000000000026cdd6e7375ca5ad67b9f08cf1f72ba85ecaa3bba4703b 1,913 1.00/1.00 vMB 19
533,334 533,334 00000000000000000001cfbcec35d180c8bfadbad91d279e014c3764a0e6e94a 988 1.00/1.00 vMB 8
533,333 533,333 000000000000000000310ff2edb60bec83e43820aebd417e2ea4f63eebc065c3 322 1.00/1.00 vMB 3
533,332 533,332 00000000000000000000fab0b4d4638f492f3dfcbe0e0696de0787f62936ef78 1,489 1.00/1.00 vMB 15
533,331 533,331 00000000000000000030025c9417ef1fea19d3d43360295e8981f75948d90bb7 1,848 1.00/1.00 vMB 13
533,330 533,330 0000000000000000000d7ea8388cfde7b55d74e1de2ca8b540230a71c6f91b15 359 1.00/1.00 vMB 3
533,329 533,329 0000000000000000001cab3d75d93d8fb7aa24c344942ed8936065aa1e878d76 425 1.00/1.00 vMB 3
533,328 533,328 0000000000000000001b414fb3215efd177a4339f89595a00e09470f46c9c1d4 2,807 1.00/1.00 vMB 29
533,327 533,327 00000000000000000021f9ed2fab37c00d865efdf3d3c19f1a2adfdd73b6a228 170 1.00/1.00 vMB 1
533,326 533,326 0000000000000000002720334e3163250fe2f1a3f41d19bc78fe068325b12e7c 318 1.00/1.00 vMB 2
533,325 533,325 000000000000000000075ac01e8f4a0aef316a80e4b5d096b35de3f88ec7716f 1,927 1.00/1.00 vMB 19
533,324 533,324 0000000000000000001eb4a35457f6bc15e5ec07195cefd9a120dbb7e63fd9da 1,899 1.00/1.00 vMB 14
533,323 533,323 00000000000000000018c5dd781806ed83d8c798bc4565d20778f272a44295d6 1,384 1.00/1.00 vMB 11
533,322 533,322 00000000000000000034d1b61a991466e2a1ad00305141b2bf7802cbd8b8ad6d 2,890 1.00/1.00 vMB 22
533,321 533,321 0000000000000000001fda2c21d930172a14c977186320fd48520a7c6ec4f4a9 2,554 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.