Memory Pool Memory Pool Refreshing

7,218 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,556 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (439,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,394 468,394 0000000000000000000efae53a438d75d86e58b3dcf175a8ec02016cb52d1e9e 1.00 MB 2,029 346
468,393 468,393 000000000000000000d150e7d60554184b11541eeb7c8fb6ddbb245d13d3b8c0 1.00 MB 2,507 376
468,392 468,392 0000000000000000016445655f3b98f6dcd6ed6b970bca676c3bac2aa3587f9c 0.99 MB 2,160 298
468,391 468,391 00000000000000000000a0ed56eec891aa402b5c75465dc2246d04853e5a102d 1.00 MB 1,133 164
468,390 468,390 000000000000000000693510a2711f4355d946ef41eb707b7ac4a250d44d5b7d 1.00 MB 1,631 247
468,389 468,389 000000000000000001b0e07a454525d2da7f4ecd3bbb9d018040f0230da5c3cd 1.00 MB 2,287 323
468,388 468,388 000000000000000001451803cbb79dc8665008eae7a10553b3ef2966b8621641 1.00 MB 2,312 346
468,387 468,387 000000000000000000c6bdb2d47e8b02e810d53fab9f15423d3c74401d453a54 1.00 MB 2,469 393
468,386 468,386 0000000000000000000e8193b878b9eeed75476ed1d97ccabae8efa86dca22ce 1.00 MB 1,108 218
468,385 468,385 000000000000000001a05906ff22a2f55c79f7551a29ff84083f46d561f90cda 0.99 MB 2,148 353
468,384 468,384 000000000000000000508bd610bdc4e46295bbb9d85a431ae3fe18d192e0a11e 1.00 MB 1,905 281
468,383 468,383 000000000000000001c0df7832159294658a90366a5d4ae051b9674c54d73319 1.00 MB 2,364 309
468,382 468,382 000000000000000000e0478541eb0f2fe114c153cf2580b4fe8ebca294606c2a 1.00 MB 1,488 208
468,381 468,381 00000000000000000075e4495fe7611f5902c3b4ae39dd538d6edc1b28e67ad0 1.00 MB 2,352 347
468,380 468,380 00000000000000000130d226393cb6bb8a04769016323ba7784fe50e2bbf5fc7 1.00 MB 2,381 397
468,379 468,379 0000000000000000005fbfd4bac834447f811bf7719e4382c08655b2f5e4c64c 1.00 MB 2,312 320
468,378 468,378 000000000000000000f289340ae6f01dcad1a7da46b096d59718af030fbf38b4 1.00 MB 2,232 404
468,377 468,377 000000000000000000ba01083d0741934998b9d4776b3ed1e4506318c151e510 1.00 MB 2,074 255
468,376 468,376 00000000000000000076c9ba43e19d556cff37dfec24d5b94cfc2b99afd4f5d7 1.00 MB 3,660 247
468,375 468,375 000000000000000000e04fc760cd3e735c35b007f09a9e381686ea2f6de47d50 1.00 MB 2,596 287
468,374 468,374 000000000000000001b2088015dd9272c54a56ae272201e3d0a082ae9888a783 1.00 MB 2,089 323
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.