Memory Pool Memory Pool Refreshing

1,002 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,998 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 974 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (875,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,335 32,335 0000000095b00ec0ae857ae9779a3c14995e8294e78c0b2a6d2d7f19276651c9 0.00 MB 1 0
32,334 32,334 000000005fbd2f5fb23171450051143f395d2dadd497a7eee1d1c30bc2521dcf 0.00 MB 1 0
32,333 32,333 0000000075ec5eec29638d83a627aa0ef4e35259cad68d02a5e04dabf5cd6f37 0.00 MB 1 0
32,332 32,332 000000005e83bc5aa858c3bd71ae7822fcc75e4169d83fb6d80b03c1413965f4 0.00 MB 1 0
32,331 32,331 00000000b911b59ec877d0af47e947ee95160ed7e6c0431ef3f821e834597d23 0.00 MB 1 0
32,330 32,330 00000000bb4424580b5831433a5e4de21e00aea1882e0aafcab57f278afd7d31 0.00 MB 1 0
32,329 32,329 0000000065c92fc5207b1c242b0f7aa94d93ebf862f78b1ce5d5e5a3e288642a 0.00 MB 1 0
32,328 32,328 0000000066cd9438d6e8b9b9b2bbfed9dd494ef5d952bd045eac40b1fc5487a7 0.00 MB 1 0
32,327 32,327 00000000b86043a8598c3e419d37325f6e4e6f72f842e5818ef3ecd675655806 0.00 MB 1 0
32,326 32,326 00000000b5bf55ed27af797107396b2b56526c7f3fc487c8b36edff22ae2bd72 0.00 MB 1 0
32,325 32,325 0000000072ed01c5b722a780535e28f5eaa4fae39336a15de718c71b34d4eebe 0.00 MB 1 0
32,324 32,324 00000000b78b229d883c65399e21a27386bb02ca2d7824264c9418843b21f662 0.00 MB 1 0
32,323 32,323 00000000a548042bffd1055dffeda009839ad859e2d0bf929db6b734d71550e4 0.00 MB 1 0
32,322 32,322 000000004960131cf909cc7a50e64166cf33c0f9fa18fa8ab3ab3f19160801e6 0.00 MB 1 0
32,321 32,321 000000005d50937aac70e7c1cf51ad95585364a947219a92e2705b93d5b0e7a4 0.00 MB 1 0
32,320 32,320 0000000009a7a11ed79f38ed21681c36d2e7b4ac5818c7551e462f3c11dbf285 0.00 MB 1 0
32,319 32,319 00000000cecfff90801a32c854dd5b57d6d71e6a45757704d1a444ef915862bf 0.00 MB 1 0
32,318 32,318 00000000af6eaae12be2d9658f7de4015913533ae3d782ce9040c74b1efaae42 0.00 MB 1 0
32,317 32,317 00000000cb879278dbfcbdf3c12f0610292e8cc5094649b2df681e3afeaf2f77 0.00 MB 1 0
32,316 32,316 000000004e18339c678e9c0df2a26da59739e2f1fc7f0af041ecc71ecd3b8269 0.00 MB 1 0
32,315 32,315 000000000f8e1446400c9a1a949b4c349bdc724de2ae1eeffa095c6160bd8970 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.23 GB sent, 95.64 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.