Memory Pool Memory Pool Refreshing

472 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (906,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,256 2,256 0000000016c9a2b06db02a157b3eae0309e0075c43eb94b3da72bd3ff7c81a14 0.00 MB 1 0
2,255 2,255 00000000a2a171ff52ca3c9d046592c8ac623b136b8d6910003728a3d22691cc 0.00 MB 1 0
2,254 2,254 0000000084c67b198b88497ccf47fc0d136f72ab463ab25e399502d254f62aa1 0.00 MB 1 0
2,253 2,253 000000009b2fb1f7423e64170bdc70f65d5a2ff9b51201e87e04d8f93a550b63 0.00 MB 1 0
2,252 2,252 000000004fb7e21c803fbcea643b54990da805a851e11cf5fc17af614a00c9e5 0.00 MB 1 0
2,251 2,251 00000000fdaa632818dc340c1583270703135e1c919315e526e679ee873f7ef2 0.00 MB 1 0
2,250 2,250 000000008b1fb5ef9ebdb8c39fd8e9d317181597ac827297199658129dc158b8 0.00 MB 1 0
2,249 2,249 00000000df91191a0541d325be6a89e00c3dd3b86731f6463adda453f887db6d 0.00 MB 1 0
2,248 2,248 00000000ac91f00435bdb716d610b2657a2bfccfea305c96253cf4ff4a4e0b72 0.00 MB 1 0
2,247 2,247 000000008752513a044502dd2d75009ff847b5703ce1985f3e9fa8647ec50bbb 0.00 MB 1 0
2,246 2,246 000000005a2ba0f0644d2abd0066353c16fc79c4e0bb7b5ab4741e20bb491727 0.00 MB 1 0
2,245 2,245 00000000a56a59203fe39de44f3ee4b091bb40d869ed8d8f1c2e8f19c31fedf9 0.00 MB 1 0
2,244 2,244 000000007f0b0e0dd45c162fa9422351a5d416678049860fb8d0eec97f33e925 0.00 MB 1 0
2,243 2,243 00000000f56c824cddf4becb0afc1b448b079a09c8a94f41060a9f0f106281a6 0.00 MB 1 0
2,242 2,242 00000000f0befb49abde7a1ccd219fed53cb65e22fc5672355b9e3a7404e0406 0.00 MB 1 0
2,241 2,241 00000000c7d2f053e0b0fa46ae1984b6eff0f63776f88d55979105181e67addf 0.00 MB 1 0
2,240 2,240 00000000789b7c79122b9b5270eea6bfed7b527e6e5ea0fd78a77f3143610e21 0.00 MB 1 0
2,239 2,239 0000000066ae0d91024fabd8d88174f338b0749477a9d6ba68b5c4afa0bd2ccb 0.00 MB 1 0
2,238 2,238 000000009439371e0edadc3fcca04f10319f6ce7a79664ff3bd81539cca12739 0.00 MB 1 0
2,237 2,237 0000000001c470c233e5c364ba36cd9330617c3307892a44cfc2850400e6deb3 0.00 MB 1 0
2,236 2,236 00000000e2e56d17b675db5c858b3735593eca5ed85c54aa23fd299e29310c37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.52 GB sent, 101.03 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.