Loading Tool

Explorer IconExplorer

Memory Pool

25,413 transactions
10.64 vMB
0.02863620 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.01/200 MB

Candidate Block

Mining Attempt 788396e187293653131d124d50ec0108d6b03aba9a6252bc68820b58c7a8fe5b
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root 0188f2c4ed11181ee69c1131110e4039ebb58596d9c37efe5d91d8e0f20782e7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,128
Size: 1.00 vMB
Total Fees: 0.01106969 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (646,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,382 267,382 0000000000000004ea27e7992fdf013d4e55eb8ef9dfa9d16043dcb79f981764 26 0.01 vMB 50
267,381 267,381 000000000000000a5cf2f515d2f45e3961b35d63143e6c1f917fc4ca92a0d193 14 0.01 vMB 8
267,380 267,380 000000000000000964085a20774ef230b76ea42a73d1a9672299fe84ae844a38 401 0.16 vMB 74
267,379 267,379 0000000000000000fb7e7eac4ec0047ae3814f3912fd1f8409c39f97fc713f29 236 0.10 vMB 56
267,378 267,378 0000000000000008869201b2d266cfd0b291938c07886ccc35baa5829b6ea090 76 0.03 vMB 50
267,377 267,377 000000000000000a6c19069b8861161e914c7b5a369ff78c697fb731ea5bfd3a 19 0.01 vMB 63
267,376 267,376 00000000000000043d2ddc64b0b8ee599d8505362bc4ada3b5d2738c7db367bc 22 0.01 vMB 39
267,375 267,375 00000000000000075dda9c987096d86d884d3a960d5cd309ca5cba59f0dadf35 49 0.02 vMB 53
267,374 267,374 0000000000000002e9290bd727cc551ce338517d1dcc8aacdf1ab06981e165b1 87 0.04 vMB 57
267,373 267,373 0000000000000008b2346b9fb7ed1771ae4a866e1010aa351dbb076efaa1e328 272 0.15 vMB 52
267,372 267,372 000000000000000500db32f6e872733047ceec13badda7e83ea11c977a06ef61 114 0.04 vMB 47
267,371 267,371 00000000000000069e59dcbea76426f7e197fff6dc8ef290cae32009b0250031 412 0.21 vMB 716
267,370 267,370 0000000000000003f8b0fe5d9437b205c40475815fcfb15d8fbae2efbe47095c 30 0.01 vMB 47
267,369 267,369 000000000000000a5e505e9579a22f55040ca5ed5ec54135d505fe7411e87521 274 0.14 vMB 49
267,368 267,368 0000000000000005b4d11d9d3593ec3b5bdeeeb0deec504c25f27f0a737982e2 55 0.02 vMB 66
267,367 267,367 0000000000000003484f7eeb6e063796e301927228e627783aefc951b5174c5a 222 0.09 vMB 62
267,366 267,366 000000000000000733de460c10c6240f2c012bee16b26bef2994ac72884ba119 260 0.15 vMB 39
267,365 267,365 000000000000000826051d9447cb9474a46eb44138353260e62809f90df9f4eb 631 0.25 vMB 83
267,364 267,364 0000000000000008db916013538d0b035f423dd1b0f58cb61a3fcaa78c70a1e8 1 0.00 vMB 0
267,363 267,363 0000000000000008022320c82d202c36c6f1aa80261cf86b6ab077114069415f 372 0.22 vMB 53
267,362 267,362 0000000000000006cd52d970074bdf169fc298ca566858a7b251c3e071f5aabf 102 0.04 vMB 80
Previous 10 blocks ↓
Total Size: 779.82 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: 415.32 GB
    • Received: 2.23 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.