Memory Pool Memory Pool Refreshing

3,789 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (155,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,429 752,429 00000000000000000000ac952ccbd8e18bd254e69f9e50792d692bb24b2fbbd8 1.57 MB 1,921 4
752,428 752,428 0000000000000000000746fac6a25eae8e4155d99be925bc2f61e42cd341c375 1.52 MB 2,911 16
752,427 752,427 00000000000000000007b088b692c6861cdb3fcd9d71a8fd62220fb2dfd526d9 1.49 MB 3,215 19
752,426 752,426 000000000000000000016796e28ecbb3c40720dc747c8d2dffa47339aa7a7c6f 1.61 MB 1,791 6
752,425 752,425 0000000000000000000010727a95aa03516c3586a04beb17d01829b70a6f0547 1.18 MB 1,157 14
752,424 752,424 000000000000000000038c20ed47aeb533b9a45add6f1bdfc003bf88491cf785 1.26 MB 2,262 19
752,423 752,423 00000000000000000006fd9b49607e7becebc1e72fc855fc00c58478cef4dd69 1.00 MB 1,114 10
752,422 752,422 0000000000000000000375de09c25a53aa86e9002bde1f33fdde1a6e1e534db5 0.51 MB 293 5
752,421 752,421 00000000000000000007c3caa78b90410245928dc81cfa1f0081544537745d15 1.51 MB 2,160 6
752,420 752,420 00000000000000000006914e37520185d1ae9f487f89b698c0be3d835ad64039 1.44 MB 3,168 20
752,419 752,419 0000000000000000000463b1b2b6c46168926839c3b0c15538320f7de65e996a 1.20 MB 1,265 7
752,418 752,418 000000000000000000084496b830193e8d982bcbb1358587f42a5c002bf9ba56 1.82 MB 442 1
752,417 752,417 00000000000000000006d25532b2a2cbe71b7d98b776beae3667fb4f1850a44f 1.62 MB 2,822 6
752,416 752,416 00000000000000000008f7fd99065452cb935e1e3b72550663968f23ac369112 1.30 MB 1,763 7
752,415 752,415 0000000000000000000684c1d48899fec3674ed3cd00336d58a9cf85646b8462 1.46 MB 3,193 15
752,414 752,414 000000000000000000053a35d8a592162cfa67f7e8c3542b30198de044ddd152 1.48 MB 3,131 21
752,413 752,413 00000000000000000008f4de35d9f6b9b8959e9cddc1d77da97759794666aafd 1.10 MB 735 14
752,412 752,412 0000000000000000000865b33cc07c5534304f191df309d241004edea5da8223 1.45 MB 3,336 25
752,411 752,411 000000000000000000079f9bbca866c8cbaceffde2eadd33942369ec4e51c4d0 1.47 MB 3,203 16
752,410 752,410 0000000000000000000062a3c601d5c6087244c21f4e0efbaa2822307780371b 0.41 MB 339 6
752,409 752,409 00000000000000000003a17fe46f896db910615e1955ff1c11748767bc5fc8de 0.62 MB 1,171 12
Previous 10 blocks ↓
Total Size: 768.96 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,614.99 GB sent, 92.61 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.