Memory Pool Memory Pool Refreshing

2,861 transactions
24.60 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,539 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (891,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,371 16,371 000000008e5ba9eb10f9291cceb524c453ed386a335236730c5e6e5fabcc2b8d 0.00 MB 1 0
16,370 16,370 000000006b4ff18c13e01d8f0734e8e227081b14fd293ffa88ef1ddb76e7ec5d 0.00 MB 1 0
16,369 16,369 000000000a069674d608ae2ac32f37afb42f07d07323c93c55f55300f3e6e557 0.00 MB 1 0
16,368 16,368 000000001849ad30e83ca0e90128aa1405a511b45bfd484eabcf52409f90971d 0.00 MB 1 0
16,367 16,367 0000000072fe75e6bfdef9c808b343a6b0a71056cf40e77f5222d5c52f5dff91 0.00 MB 1 0
16,366 16,366 00000000344bb43ad677ac75f043015c347b3b87ad7a941ebfe4bca08e40c69c 0.00 MB 1 0
16,365 16,365 00000000314aa43bb2c1cd1ae6013bc2df54582a8fa56d768d2e266c0238fe96 0.00 MB 1 0
16,364 16,364 000000003deb12b0a3ed36aa30cf3451ca74ef1299e85447505f226065f03cb3 0.00 MB 1 0
16,363 16,363 000000002fe3fcf6ab5b04b4de06269e57e194f948f8066c2fcf74d0289198b8 0.00 MB 1 0
16,362 16,362 00000000e724e4891885e75f2e1784ab42618b32e72f524d32c8d392a068aa5c 0.00 MB 1 0
16,361 16,361 000000007b578c41f653f6b1e01c59690d6c377addd330b8a0d6ce4231481b13 0.00 MB 1 0
16,360 16,360 000000009f0d0488dee960870358c56310ffbfda9a758481da57f8cd0dc5df37 0.00 MB 1 0
16,359 16,359 00000000ac494cb392ce7b5f70f47a944def3a8d13fbb955a00ff16c1d435731 0.00 MB 1 0
16,358 16,358 00000000b807ceb07a63ca1192b038c8c84c0d00136e5cacb771544b9790eade 0.00 MB 1 0
16,357 16,357 0000000033ba1d0d81fd44fd5b457031c6ec1fafc0197412f260bbd965c2deed 0.00 MB 1 0
16,356 16,356 00000000783f87e9c8ebf6dc6f7cfe0fe9616107d0f4dc7099c7cb36f601bc91 0.00 MB 1 0
16,355 16,355 00000000ae7f3661d6244ca0e525f030848de848cafa2e677dde70101d5ca7d5 0.00 MB 1 0
16,354 16,354 000000005cb28ed73001de9e891ecddd7d838542433a4041f59b45671c2db139 0.00 MB 1 0
16,353 16,353 000000008e23786bf390267e525c4df5b269e1d6a595d3a308b7311eac0edb27 0.00 MB 1 0
16,352 16,352 00000000cd3e3278225e66f811c57ff89e7b51b661c33dba23b8af531582daa2 0.00 MB 1 0
16,351 16,351 000000009813aa5796a38deeeaaa7206dd5afdb2c6e6ab82b7eac401f4ac0d9a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,695.35 GB sent, 98.56 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.