Memory Pool Memory Pool Refreshing

237 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (640,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,375 267,375 00000000000000075dda9c987096d86d884d3a960d5cd309ca5cba59f0dadf35 0.02 MB 49 53
267,374 267,374 0000000000000002e9290bd727cc551ce338517d1dcc8aacdf1ab06981e165b1 0.04 MB 87 57
267,373 267,373 0000000000000008b2346b9fb7ed1771ae4a866e1010aa351dbb076efaa1e328 0.15 MB 272 52
267,372 267,372 000000000000000500db32f6e872733047ceec13badda7e83ea11c977a06ef61 0.04 MB 114 47
267,371 267,371 00000000000000069e59dcbea76426f7e197fff6dc8ef290cae32009b0250031 0.21 MB 412 716
267,370 267,370 0000000000000003f8b0fe5d9437b205c40475815fcfb15d8fbae2efbe47095c 0.01 MB 30 47
267,369 267,369 000000000000000a5e505e9579a22f55040ca5ed5ec54135d505fe7411e87521 0.14 MB 274 49
267,368 267,368 0000000000000005b4d11d9d3593ec3b5bdeeeb0deec504c25f27f0a737982e2 0.02 MB 55 66
267,367 267,367 0000000000000003484f7eeb6e063796e301927228e627783aefc951b5174c5a 0.09 MB 222 62
267,366 267,366 000000000000000733de460c10c6240f2c012bee16b26bef2994ac72884ba119 0.15 MB 260 39
267,365 267,365 000000000000000826051d9447cb9474a46eb44138353260e62809f90df9f4eb 0.25 MB 631 83
267,364 267,364 0000000000000008db916013538d0b035f423dd1b0f58cb61a3fcaa78c70a1e8 0.00 MB 1 0
267,363 267,363 0000000000000008022320c82d202c36c6f1aa80261cf86b6ab077114069415f 0.22 MB 372 53
267,362 267,362 0000000000000006cd52d970074bdf169fc298ca566858a7b251c3e071f5aabf 0.04 MB 102 80
267,361 267,361 00000000000000083bdf93eeac1951e6cca19ed6183faaf334f5cdc396127c1f 0.02 MB 61 56
267,360 267,360 0000000000000003ddebed59b5af50f4fefa2fc89e12dfab45a244c2451b16c1 0.15 MB 295 51
267,359 267,359 000000000000000484680bf1794a2a9594bd258000a9e069144f310de3ec66b8 0.01 MB 21 105
267,358 267,358 000000000000000711054011b7c4ec438533b692842e23ba7287deb200efd1bd 0.04 MB 91 38
267,357 267,357 00000000000000056abaaa37aa5c783d10c6cd576e76f772dc814014588c93c1 0.06 MB 159 58
267,356 267,356 000000000000000453b2f467c45e1356d2fa7cfdd803bbc74d303b32af3c7684 0.01 MB 28 54
267,355 267,355 0000000000000003c31874aec1f9ea48a8567e2df2f0d6d7135019ba290cf2b8 0.03 MB 73 71
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.