Loading Tool

Explorer IconExplorer

Memory Pool

80,265 transactions
31.46 vMB
0.07863330 BTC
Random Selection Loading Transactions
Max Size: 189.55/200 MB

Candidate Block

Mining Attempt 5cfb751c0664002f3583f5c20df40f299aba96398a4e82545a8ecb87e37f471c
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 9b73d467f2aa623a6cdba36f965b89b5c9aa02453b08110b502c83b96375296f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,275
Size: 1.00 vMB
Total Fees: 0.01026153 BTC
Feerates: 100.54 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (310,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,363 604,363 0000000000000000000b9be8237ad261aba0dc77beea85d1b1d29357664bb487 2,693 1.00/1.00 vMB 36
604,362 604,362 00000000000000000003debefb864f77a25e6d14d82dd90f409bf5d2b3a1f1cd 1,676 1.00/1.00 vMB 54
604,361 604,361 0000000000000000000ea0ecd1684f8f34a3ea7cc657a3a63d847e2707cd7c62 1,559 1.00/1.00 vMB 83
604,360 604,360 000000000000000000129afbcc1911b33f402e1bd462c4662d6b122cdb09afd7 2,920 1.00/1.00 vMB 13
604,359 604,359 0000000000000000000ff8517c953af8eb0e9bd9aeec317297c2a05cc026034b 2,953 1.00/1.00 vMB 23
604,358 604,358 00000000000000000010c1c48fc1c384ad0676999e76ae473e2350569ac1bd1d 2,575 1.00/1.00 vMB 26
604,357 604,357 00000000000000000013920df519c9584f825f7a0371a5a6aa02f248dba716f0 3,031 1.00/1.00 vMB 16
604,356 604,356 0000000000000000000274077ed65d25865f484dbe7a699fdbaaf1fddc873c17 2,607 1.00/1.00 vMB 41
604,355 604,355 0000000000000000000a8a89f881fb49738a17c05d449c44ded20dfe1913b2be 3,101 1.00/1.00 vMB 18
604,354 604,354 00000000000000000005e05579fa7858388eb37344dff26794029cf7758d31d2 2,098 1.00/1.00 vMB 8
604,353 604,353 000000000000000000160fee22213b00acb42379828cbf1c6e67aa1d7fcb9c5b 2,619 1.00/1.00 vMB 15
604,352 604,352 00000000000000000012de1b410da1a7f557a5dc3b56dca418772be58d5d94da 2,858 1.00/1.00 vMB 22
604,351 604,351 0000000000000000000faad6dcede5e075fef025060ecb3ab8784a8a583d70a3 2,774 1.00/1.00 vMB 41
604,350 604,350 00000000000000000015c4198f9efe147691d0ab5b0bedc7e1e6a87377550e6e 2,247 0.97/1.00 vMB 2
604,349 604,349 0000000000000000000fa2b08d6b3e48fe42d8a3a029f60db300ad744dce99c0 1,970 1.00/1.00 vMB 12
604,348 604,348 0000000000000000000091a46ffc9cd5571e6de646378fc7161e8d4cc838aa9c 2,541 1.00/1.00 vMB 17
604,347 604,347 0000000000000000000df010034374a27e83a716bd56069a927ee65675d70d41 2,211 1.00/1.00 vMB 12
604,346 604,346 00000000000000000008f2f8747c5b85964270c366add0f245e26cbd8e6ae5c8 2,265 1.00/1.00 vMB 27
604,345 604,345 0000000000000000000e23c351ded129733aea2b93f076f5e90e368ac079dc74 2,459 1.00/1.00 vMB 11
604,344 604,344 00000000000000000001212b54d108ef68206a6ae5e704dd777c16a5572040e1 2,728 1.00/1.00 vMB 17
604,343 604,343 00000000000000000003f97f5909e485135b8fb5317f2bf821b821b52f743fce 2,387 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.58 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.