Memory Pool Memory Pool Refreshing

2,672 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,921 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,660 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,920 (733,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,380 174,380 00000000000007c5a34e32d7e957a750f00ad54d7d27ad4f7859c51079ef1bd3 0.03 MB 84 39
174,379 174,379 00000000000008ef9248d2ad15827864805414d007bbd98c700559c2dd0aa5d0 0.00 MB 1 0
174,378 174,378 00000000000007e7ad85ff90ff4c22b4e5b72ebe4920fde2258a00e58e07ac9e 0.01 MB 29 140
174,377 174,377 00000000000002b8179c5db80f6dea0ed4a2c877c84686181eb290d942ecef1f 0.00 MB 13 31
174,376 174,376 0000000000000449ada28b046dca0ef5252592fbb22e4929be60db930a0ea6a5 0.01 MB 27 197
174,375 174,375 00000000000004f90d67a7018b554178487978c5ec1750f55e515941c8877338 0.02 MB 30 190
174,374 174,374 00000000000007454c0a280cd0dffa9dd3fbe351de0d083906e8f7c7bdfbc0aa 0.01 MB 31 298
174,373 174,373 0000000000000395f0cb10e0f5dfe0e9ca46ffb20c1866168e3654562c3c90e7 0.04 MB 84 83
174,372 174,372 00000000000001ddb433fca5c9387c2e8736d432dd122d7bf2f2c1f8084158a2 0.00 MB 1 0
174,371 174,371 0000000000000709399be50c2be44cbe7a1c1f8a935e8cc18684d07d843cc560 0.05 MB 145 106
174,370 174,370 00000000000000c3f1b7e1c6c232eed715faf6c756f59024bed7df2a605ca3c6 0.02 MB 39 65
174,369 174,369 000000000000011f92661ed5a2bc2c62a5707894ebdd6e90e1b9320db3f82517 0.02 MB 72 1
174,368 174,368 0000000000000563a8bb95f23e980e54dda2b0a2ee5f699aaf56373051bb5e17 0.03 MB 55 379
174,367 174,367 00000000000007d994596ce81e3d5baa3fceb72d839b6002653aa50cbba4dae7 0.03 MB 51 5
174,366 174,366 000000000000027f40966141a436b31a867d54eecadcf75e3238dff98039703c 0.06 MB 117 278
174,365 174,365 00000000000005a11a8149e365aa5d2e7a1cd1ab9ad3ae1aa37f8502845cd285 0.01 MB 12 17
174,364 174,364 000000000000099b59584c7ca683926f4929fffe0b899024248f3bbe2536c9e4 0.04 MB 87 124
174,363 174,363 000000000000060f0c75db84074228e6a62df93a8a07ee00abf1060f587a25cb 0.00 MB 5 1,045
174,362 174,362 0000000000000556992e50e3d40da9f8b5dea03b429679523d2531a7ff0239eb 0.04 MB 118 41
174,361 174,361 00000000000007c07c4a381483672a47835c1d43ca7c98f926c16db0f91f73e4 0.00 MB 7 268
174,360 174,360 00000000000003bf05f8b8fd802f9d9cfd390f27b228d7199fcb8cd4f3374af4 0.01 MB 6 343
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.41 GB sent, 94.91 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.