Memory Pool Memory Pool Refreshing

8,396 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (708,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,398 199,398 00000000000001713dcd80ed6a9e38cf5b8c5dd87b3c5d7760acb84b530e2bb6 0.09 MB 229 115
199,397 199,397 00000000000001f4b48364fc120aae3ab1e3c6ea1c931d88af8bc766c4811975 0.02 MB 79 68
199,396 199,396 00000000000001183bad77c4eb6f44ca13324dccdae6e20a712ae8b236fbb836 0.10 MB 180 140
199,395 199,395 000000000000019ad85c6b0dedb0f810f29601a6d7f2aaa86fa881a43fa94bd8 0.02 MB 58 142
199,394 199,394 000000000000045b5961dfbc4ea40af09f227faa64878acc3250398d70e709a1 0.15 MB 394 190
199,393 199,393 00000000000004cd8bebb79f959e8608c0c8d827a4173ec2228a1b2f68e527f7 0.01 MB 17 68
199,392 199,392 00000000000002bb80839483079c3c3acca7bb560849f446dd61784be1e10914 0.01 MB 31 87
199,391 199,391 000000000000040e2c790c409b214c5bfcc48e118ed91aa3b3b1952abd6c34c4 0.01 MB 22 104
199,390 199,390 000000000000033aff827a55c02215175862e91680d5cc688a34e87f01f1dad7 0.07 MB 142 184
199,389 199,389 0000000000000569ea7008af241d666a1a77aac696f7b2b0314554b759a0eea6 0.13 MB 256 72
199,388 199,388 00000000000001afaeba333629d82d813128baa2b35653ccb436e3eec67854b4 0.25 MB 594 134
199,387 199,387 000000000000056658c65915b2c0eef024dcc89824f788f1efa476d7ed48bf6b 0.06 MB 193 128
199,386 199,386 00000000000000777b1465f259f1aaaa753d6910a3a94523f8ffb99922f2dc6f 0.01 MB 32 582
199,385 199,385 00000000000005b41285a712807508d9b72028680f62e9724d7ddce9790043a1 0.05 MB 154 158
199,384 199,384 00000000000005867d77e91b092f2a725a2912c75fb7c717327a8bdbcd6af096 0.14 MB 332 158
199,383 199,383 00000000000000ff12252254c588bb2f8f3ee9c2e4aa2e2bf54750f432361c3e 0.04 MB 132 533
199,382 199,382 000000000000020c18db2ce5f54b8a6cc4be24787b27fddb118193ff2390d655 0.01 MB 29 241
199,381 199,381 0000000000000180bf31c2a8c70b1876a68c83b6f80b3633311f70ff76a8fb09 0.04 MB 54 126
199,380 199,380 00000000000000b5d50ae5e6ff402da98dd4cc50c47836c4c7af4f0cf8add035 0.05 MB 65 70
199,379 199,379 000000000000024a903f7b6441712386aae35d1e5d6dfddd279c75770122f213 0.01 MB 21 114
199,378 199,378 00000000000000b1034c2720331b491c3e04869156b745d6c328d3991387474d 0.14 MB 341 256
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.