Memory Pool Memory Pool Refreshing

4,436 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (618,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,378 289,378 0000000000000000e869bd7ca5ad65e9e1aefec9c64598adb25aac9768d6c49f 0.19 MB 89 15
289,377 289,377 0000000000000000621b779d1cc6f97b79ff0630352e73ca76d9f2277e26928e 0.35 MB 742 37
289,376 289,376 0000000000000000182c9a09a6e4b5a15988e89b83876cf1e1f0829827d74611 0.31 MB 536 33
289,375 289,375 0000000000000000b1dd11140868e4767da0531ecd654f27cb9caf21310e29f7 0.14 MB 157 16
289,374 289,374 00000000000000004cd815f5a21cafefcb252096e10f726ac596ed2c2502dd3d 0.50 MB 364 16
289,373 289,373 000000000000000022968e2c22a2e0d233521b4897950462e9895c781dbee5b6 0.75 MB 1,203 28
289,372 289,372 000000000000000037146bccb68f60f6517f79c6610a0408c8f698f7a24290d6 0.35 MB 773 40
289,371 289,371 000000000000000100ef914cd4b52f1285a397c6b61bce37fa5d856a823b3fd6 0.25 MB 747 56
289,370 289,370 00000000000000007bb8f30302b402c10933f6e5b95519cdcf8d07b9bebdd6c0 0.34 MB 1,024 51
289,369 289,369 000000000000000075519eedd249d786fa1ca373ef8b7f11565de1f3a57f94bc 0.26 MB 435 29
289,368 289,368 0000000000000000cb7f5ec4967732e339cea56630f888d3e8bc41e7475cf779 0.05 MB 88 28
289,367 289,367 0000000000000000098a95dfa65b5d30b4ec94ddf8c46006a4c271d388419bc6 0.45 MB 638 26
289,366 289,366 000000000000000094ae8ea0744466ded8612232fb722aaabcf05a8800de8928 0.44 MB 262 16
289,365 289,365 0000000000000000f1e9d141b7d35c618708d5853513b5e702d65825a0c3abba 0.10 MB 165 20
289,364 289,364 00000000000000000123f023508d0e1ba6ff6453acdfc6e6b63bdba1fa4eb318 0.32 MB 204 17
289,363 289,363 0000000000000000e842b7ab699845273822fd722628a9f84d9e924ab83979a2 0.50 MB 778 40
289,362 289,362 00000000000000004b86c9ff0545adadc3ce7b72b0ff7a38a7bc19de9c515a89 0.14 MB 151 16
289,361 289,361 000000000000000098cf63428d0832681912be452acc1506105e0a1b9062778b 0.16 MB 512 60
289,360 289,360 0000000000000001174d1a4558e894b9842a529bba23d14995f4ec82544276e7 0.13 MB 296 33
289,359 289,359 000000000000000079b1805f1b31b393616c620db523e01f1d94365fef4ef476 0.00 MB 4 73
289,358 289,358 00000000000000000843969929baedd29f396f76ed978911b034a3f57371b598 0.06 MB 155 24
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.