Memory Pool Memory Pool Refreshing

8,899 transactions
3.71 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,657 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,450 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,656 (705,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,735 201,735 00000000000000764933ad0724d5455088bbc1f16d56d7b83523e2b2c0003252 0.08 MB 319 5
201,734 201,734 0000000000000562a9023843dd85b59da51795967a1c0ed45954be93ea7a4f34 0.09 MB 139 126
201,733 201,733 00000000000002ab73f17d4a0647826cdbcd9dedde62ac8753486439e9b9aa20 0.10 MB 251 188
201,732 201,732 000000000000009359164cb4e0dfa379bfc4942b1d01caf43d06f5c2d28d8b2a 0.02 MB 59 332
201,731 201,731 0000000000000412cb93f5cceceebdd6bec88d5db691a17a823287c47713d2cf 0.14 MB 388 73,317
201,730 201,730 0000000000000153a08e8984395aea90a03dd6538f29c23f4587bf41019729f7 0.06 MB 120 176
201,729 201,729 00000000000004c5ff6c2756364e8f3beb617aacedd1c42478a5d4c4a545d80e 0.15 MB 325 367
201,728 201,728 000000000000028d1f858cedc79ff67a4c7995259a9f5e181b651033852adebd 0.02 MB 21 88
201,727 201,727 000000000000053d743d78fe96bb7db89bbc30977bd96bb780a81f5f97f61ea1 0.07 MB 143 175
201,726 201,726 00000000000001e7b456097fd04f54efc22b8cdc6fb7d370028032d90cf75d03 0.00 MB 13 0
201,725 201,725 00000000000003807b4ca3d2e35311b6c74cc9a126c9a86edd77a47ae1ad9ca9 0.03 MB 85 85
201,724 201,724 0000000000000276463cc2f0204a087a1c5e20a6b917f3aafdcdf9fad955463d 0.09 MB 189 288
201,723 201,723 0000000000000552c59f8039f52a0964550659b640e442bdbbd2a52a51c9fd63 0.08 MB 161 129
201,722 201,722 000000000000052ec59603619137a765302912f5df1bf90174c9adb811982265 0.12 MB 268 99
201,721 201,721 00000000000004d20cb5011060216c17ad43be637ca9a629bdcdb705c87f46fc 0.45 MB 815 134
201,720 201,720 000000000000025d850c186935aad5691d903ea7cb98c772a02a77581e524290 0.00 MB 9 190
201,719 201,719 000000000000014782914dbafec6265b9d5e78f253870ac0bb3651b208f62a92 0.31 MB 451 79
201,718 201,718 000000000000057894d631e6b45c8e533ea2e488b34ab57c7beff2fe32bf6a3a 0.00 MB 10 11
201,717 201,717 000000000000038541ca02fabe15902e1343aea4cab214867f69949a33cd6380 0.04 MB 29 78
201,716 201,716 00000000000003c92c9058982e24a1153ef5d5532343ae5266bc71b847cfc403 0.17 MB 369 131
201,715 201,715 00000000000002ed231c7d5ad62dba53c60ddb62f6d12a85f8c9ce7cdd173751 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.90 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,600.37 GB sent, 92.28 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.