Memory Pool Memory Pool Refreshing

1,514 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (424,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,400 483,400 00000000000000000042c9ffa874616b7cb5d00c5bb25def903b0a16159c363a 0.82 MB 1,932 183
483,399 483,399 000000000000000000ecd0992853cce9af37b0611a47b002ef72140170162887 0.38 MB 565 149
483,398 483,398 0000000000000000005b068b64f962b86fb7c58f25137d218adaf94ecec8f211 0.22 MB 571 218
483,397 483,397 000000000000000001195fe12c9db0b0b45a6d2d3c62821dfe13b7aa5d972549 0.67 MB 947 164
483,396 483,396 0000000000000000005e4d2e776a2a31350169acee04fcad662e86331ef45d1b 0.75 MB 1,032 50
483,395 483,395 0000000000000000010ce6f98c719847f7cfb0c07764ccb68c68dee3ef3d8e82 1.00 MB 1,485 242
483,394 483,394 00000000000000000006375077f71bacbdc0b2c650b059a8158492716c1e1919 0.30 MB 541 242
483,393 483,393 000000000000000000bdc25e822c03434ccfb4a254b7d182774f30851ba60312 0.31 MB 663 209
483,392 483,392 0000000000000000006b6c57b7ac4799cbca51eaf2487ec12d5ae5a3a6be521b 0.73 MB 1,582 192
483,391 483,391 000000000000000000cc4d98829a6618dc6111576b19697c7f2bfdd8bd2a4c26 0.28 MB 555 185
483,390 483,390 000000000000000000b6a5d2fb482441d8a78ebde188d32b29e0c824d1190e82 0.40 MB 644 241
483,389 483,389 0000000000000000009f0e757bed35cf1e5d069ebbd8ceceed870c20fefa8b38 0.68 MB 1,049 197
483,388 483,388 0000000000000000011b68f23ab11cc0c3197f82ad0fadd5c2944ce4cf79b5f6 0.01 MB 16 128
483,387 483,387 000000000000000001079701f07f606828d53d34956396976c9c32d8f7f43bac 0.02 MB 46 80
483,386 483,386 0000000000000000005d1e44065f5a4322ad9dee775eb66ff0e3abad71a591e6 0.42 MB 580 75
483,385 483,385 0000000000000000006d2f763797eb9fbbacf993d3875615b29f6f57d5124938 0.08 MB 151 41
483,384 483,384 0000000000000000000397db329cf9a8a973094bbe84a793485ee2f1825ca602 1.00 MB 1,436 239
483,383 483,383 000000000000000000201e15e596ecaef5c8345110c3c9653ba261e95bd36263 0.78 MB 1,531 228
483,382 483,382 00000000000000000129f095043edfe5f086576859506c1a683243895e21cfb6 0.55 MB 839 163
483,381 483,381 000000000000000000d452004bf7f718f64fc1e45192e1063e6e1185bd57488b 1.00 MB 1,750 76
483,380 483,380 00000000000000000066fd5d0657a2a7dd6a02fe9533ad39b3ef2cddaf3385e2 1.00 MB 1,883 252
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.