Memory Pool Memory Pool Refreshing

5,697 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,613 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (53,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,567 854,567 0000000000000000000266ab72e17ef577ab3ab53b79936f5defcef031c7fb96 1.51 MB 6,741 4
854,566 854,566 00000000000000000002f8e863185389b31061ee48b4f5d72d5a69bd33467521 1.41 MB 2,219 6
854,565 854,565 00000000000000000000ceb7a81bf3696de0b2260078942f3ab36a7127aff296 1.65 MB 7,371 3
854,564 854,564 00000000000000000000f0fb0c1f6f7c8a65df51428aa2e22b9235bbdf2b1758 1.64 MB 5,642 4
854,563 854,563 00000000000000000000035efd95e12198b009e0e9dd55a5d62bf49658a46ed4 1.57 MB 4,737 5
854,562 854,562 000000000000000000026daad90fadcb85cce60bf07b10466e107148572f4c61 1.58 MB 3,379 5
854,561 854,561 0000000000000000000036ab7833aa33824af5243146a6d978cbfe4b4d3a8a56 1.72 MB 5,385 4
854,560 854,560 0000000000000000000237697b7cf5d03506fb5c2751e4180c68654b9de1811a 1.62 MB 4,563 6
854,559 854,559 000000000000000000023e0e12f9c25a14855bf3a03790bf6565a28a05efad5b 1.74 MB 4,992 3
854,558 854,558 0000000000000000000181fb615560af86b558509f1e4aea5de8297d0ac25fdc 1.68 MB 5,445 3
854,557 854,557 0000000000000000000204ce7a4219c26e5470b65cef6771ea7061a792d9377c 1.68 MB 6,949 3
854,556 854,556 00000000000000000002a1b652eb58e6796c98cfc10102daca085ceb4ccc4def 1.66 MB 4,643 6
854,555 854,555 000000000000000000000e3459c9383dd2372fd0e297e9fc34716fe616b1f729 1.63 MB 7,162 3
854,554 854,554 000000000000000000030c208d8411008ad485feb49fd45c0723781686c7f571 1.70 MB 5,745 4
854,553 854,553 000000000000000000004238e19b76b3b2a9c7ced626cd98565ece0dba14b818 1.62 MB 3,590 9
854,552 854,552 00000000000000000001360b0af9138eb1b3a68b86e8e9126e17d11f22e5e50d 1.71 MB 3,433 5
854,551 854,551 00000000000000000001dbe636af68406f44c2ce374d9e6f94cb7ddbea9464bd 1.60 MB 4,526 5
854,550 854,550 000000000000000000013093fc54b1e2b8ec433048b3d339e3cc0f374eed8732 1.50 MB 2,936 8
854,549 854,549 00000000000000000000de72cd17aa5d84965274716c6efdf2218460711aa2c2 1.62 MB 2,643 5
854,548 854,548 000000000000000000023538acabef68bc1221dd45b4cf3263c1668891b037e3 1.60 MB 3,052 8
854,547 854,547 000000000000000000028ffad3ff88d566429f28403c5d1ec63d6616641ca721 1.64 MB 3,687 6
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.