Memory Pool Memory Pool Refreshing

1,917 transactions
21.23 vMB
Show Random Selection Loading Transactions
Max Size: 86/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,321 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,697 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (875,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
32,314 32,314 00000000a7434ef3830ccd5784c31641e042468b9a2fa1f5ed6a019e53d76c93 0.00 MB 1 0
32,313 32,313 00000000c5f4084d59fe3bf1cd90dde8d8845599674fc1b74337bd8125deb245 0.00 MB 1 0
32,312 32,312 0000000007c135d4a3870f60ebf7dfae3319494e0976668ed6dae742d91dfd6f 0.00 MB 1 0
32,311 32,311 000000005391e0d30d6a70f97cf8eee311a48dfbb7138819f3a738d5629dd349 0.00 MB 1 0
32,310 32,310 000000002db3002030279ee794179feb5559efdcc98b6bb50a7997e5bc34e1c4 0.00 MB 1 0
32,309 32,309 000000001f46b76045774d63d23b7a2f13e9e5c30d2bb62c7892851233efa2fb 0.00 MB 1 0
32,308 32,308 0000000081bd30c8d5d61c63ca9d944e953cb54ef2b1b002aafe0a9796309fb9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.07 GB sent, 98.65 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.