Memory Pool Memory Pool Refreshing

2,164 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,151 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (42,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,355 865,355 00000000000000000001d474596588eb8d338336879d444b68952e78b836e11a 1.63 MB 3,158 16
865,354 865,354 00000000000000000002bab1fb7b2b3a85979d024210ce1ba6d0fd33cc15bae6 1.50 MB 3,875 22
865,353 865,353 00000000000000000000f133894aed95381c01885a2945ea53ac7f34045471de 1.56 MB 4,432 28
865,352 865,352 00000000000000000001cbb9744568f8921d1e26d4d54be6c6e1be7a39efab28 1.50 MB 4,839 38
865,351 865,351 000000000000000000025d57683cd41839b02036ab097496c72d557a385161aa 1.42 MB 5,246 48
865,350 865,350 000000000000000000019f9464cc20ce7347af5168048e183df5b1cd85e3bbb0 1.46 MB 5,847 30
865,349 865,349 0000000000000000000294d014c51cff43c393417ecf5c2a2ca0676617f61c87 1.57 MB 3,144 18
865,348 865,348 000000000000000000012019620aec83d939a17bbe365b8fb88be6c99e810750 1.52 MB 6,107 23
865,347 865,347 00000000000000000002d62b7fcd16dd4e605cb525f754be8fdcbd50f43ab297 1.52 MB 5,378 29
865,346 865,346 000000000000000000014341cdc2ba28daf62badb12cc88c7a5b04ebcc94397a 1.37 MB 3,418 20
865,345 865,345 00000000000000000002076faba7b8b64996369e55e821a07685d964b9d6503e 1.53 MB 3,755 20
865,344 865,344 00000000000000000001ae84c258098790544638f02083cd75738fc67feee27e 1.49 MB 6,075 28
865,343 865,343 0000000000000000000102e4d2c9a8ac337d6b51cd5425ad3dc0590118b72bd2 1.50 MB 5,880 27
865,342 865,342 000000000000000000023c141e60b67494de12e5e8252a5b6c97c15599e33ba8 1.49 MB 5,199 37
865,341 865,341 00000000000000000002de45f9cca5a6033948307d8c695425d70411cf403e29 1.46 MB 4,737 24
865,340 865,340 00000000000000000000b3c2228b0e954f679e71ec8dcbae2920f6006346bda7 1.48 MB 5,716 24
865,339 865,339 000000000000000000017e9e3c84e492dcc48dec4de5e3e1606e1fd28756422b 1.50 MB 5,580 28
865,338 865,338 00000000000000000000f3465d55391c69cbc600f0ab6cf7407c0b475dabc05d 1.54 MB 4,354 34
865,337 865,337 000000000000000000016aad4490e9c8e7256ccdf837bf2b421a4b856a16255f 1.50 MB 5,688 34
865,336 865,336 000000000000000000009b5ef3200d4e20cdbb640d5dfa058178db8f1b176535 1.29 MB 1,734 19
865,335 865,335 00000000000000000000276795bc11e84f11e020e9614e747e2c0bf453762c7b 1.51 MB 3,895 35
Previous 10 blocks ↓
Total Size: 769.10 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,629.17 GB sent, 93.41 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.