Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,857 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (252,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,397 655,397 00000000000000000004ac2aa17c0e86d2102a91a8990a5790d97672ea77776f 1.22 MB 2,378 24
655,396 655,396 000000000000000000055d92629681c10222e9995b8e84aaf3021d2ca3f5b29b 1.37 MB 2,454 220
655,395 655,395 0000000000000000000e98c5118f7bdd1789256d70225ff788400a64510409f5 1.27 MB 2,707 193
655,394 655,394 00000000000000000000ff6c17de767214360953c68d97c8b0757af2ebd0d4b1 1.20 MB 2,361 31
655,393 655,393 000000000000000000019be53cd14fac5196087443e19f3a794250f7f55690ca 1.40 MB 2,111 89
655,392 655,392 0000000000000000000bca46e663c864592e8324c0c83bc04dbcdf8ee403bbf8 1.33 MB 2,834 316
655,391 655,391 00000000000000000002a0232036aa3d198855e6e48c8910db4a67d8c2cb05a2 1.58 MB 1,008 32
655,390 655,390 00000000000000000006726a6cd0b7b46c25e3fe487a6685837e4adb23831352 1.09 MB 2,497 43
655,389 655,389 00000000000000000003534ecb7030728e70fc14f6b2d181662b5466a5956a64 1.21 MB 2,404 107
655,388 655,388 00000000000000000007c4c1bef33167a457714f6d57f1f139dfe34c5223cb20 1.20 MB 2,590 83
655,387 655,387 0000000000000000000d386e8c384bac1e731487b6a568c581fe71418a0d39dc 1.39 MB 2,498 200
655,386 655,386 00000000000000000007823c5074556bfc066105c6e83e06218ef72587639698 1.26 MB 2,527 335
655,385 655,385 0000000000000000000096a78cebe32a1eb44eeed79dcd9c04ad2d94181978ef 1.46 MB 2,542 221
655,384 655,384 0000000000000000000dbc5f37454f4edbe7e5cfc044e9e976b546642c8a18f2 1.20 MB 2,193 25
655,383 655,383 00000000000000000006bf4262f77a4c22969fbd952bf2f14e993ba2176500e1 1.45 MB 2,469 230
655,382 655,382 00000000000000000002da6dc8cb5a2634cf0a12f9f933b141fb89bed8b59021 1.03 MB 1,089 346
655,381 655,381 0000000000000000000852b4c6330743dbbd46776872dd6a29409ff3915a8656 1.31 MB 2,267 93
655,380 655,380 000000000000000000064228269af4c9e69a2d0d651e819d76b57170b1173e48 1.31 MB 2,212 71
655,379 655,379 000000000000000000092156263d223fa80e5875846a45fb151e43a1225402e1 1.16 MB 2,532 45
655,378 655,378 000000000000000000009f74d67dded8a34098c1980b18c1a16727698dc7ff09 1.35 MB 2,086 204
655,377 655,377 0000000000000000000d2f501998c14fc16951430afbc505df1df60a15140896 1.13 MB 2,479 55
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.