Memory Pool Memory Pool Refreshing

1,069 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
906,621 000000000000000000023aa60000000000000000000000000000000000000000 0.42 vMB 1,069 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,620 (792,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,731 113,731 0000000000006b69604c81bd38e7aa10b766842040877b339db003de36dce4b4 0.00 MB 9 0
113,730 113,730 000000000000dbd77d79cbc5b6720908cb3649228a6f58800161c1d5c23ac0c3 0.00 MB 1 0
113,729 113,729 0000000000001df2833e3ed7ad369e4ba706a8a3448db9a4d9fa30a9ef8a947c 0.00 MB 10 0
113,728 113,728 0000000000008f5f84f2667b3665b0bb0ecc1500272824dc68ace4db9f6845db 0.00 MB 9 0
113,727 113,727 0000000000003edf1e12a0a90c3a248e631e879cf1fa29d76a9cbd85fc0f4ac1 0.00 MB 12 215
113,726 113,726 0000000000009e6fe61355a5b95fdd4edfe2fe97fee872cbbbf52c8d1e475955 0.01 MB 29 0
113,725 113,725 0000000000008aabd026c2663bc8569379eeddefd5739061db89c525f36f796a 0.00 MB 2 1,360
113,724 113,724 0000000000006da01e16b8be27d0d787f8468f8ed342c07874f0499a37908e16 0.00 MB 10 344
113,723 113,723 000000000000c34329addb5772565f859658eed5aa245d639a2f7b2173a335e2 0.00 MB 13 491
113,722 113,722 000000000000be260ba970f309e5f2cc9168584191096f0e90f77c80ed84941a 0.00 MB 13 0
113,721 113,721 0000000000000a9b2873a91d4ee7a0e98bdffdf1351a284ea7789be3c56db2be 0.00 MB 9 0
113,720 113,720 00000000000083dc95fecb3b6b9fa224d83d27b740a0430d7aeb9f9d05f823ba 0.00 MB 1 0
113,719 113,719 00000000000091d5be9eecbaf0ad48c13afc0dccef298d36f852985e75c7fa8c 0.01 MB 40 0
113,718 113,718 0000000000000a96b60d51c1cead4118890c3dbe01dbdb1792c442af9222d484 0.00 MB 10 351
113,717 113,717 0000000000001db9942afa1776825196c81b166097724a7ed09b9575411ff4d5 0.00 MB 12 0
113,716 113,716 0000000000000c4ee724f2767d842aec16734c75ac8672d3bf12907c51c1ac89 0.00 MB 12 0
113,715 113,715 0000000000001d597c195cf4d8491cb020dc6fa2c473ac45be2aad90977c09d4 0.00 MB 12 328
113,714 113,714 0000000000007979e13f5b08632080930c13c670a2dcfb6a7496cf3b62b71778 0.00 MB 2 3,891
113,713 113,713 000000000000aff8d8cc792da0fdb77bb4deee7f27200d13e7802e1ad8aac60e 0.00 MB 16 0
113,712 113,712 00000000000006a0291ef5066ae3dae5cf14ca3d3e7693d1726ded522f319f34 0.00 MB 9 715
113,711 113,711 0000000000002e432157845347b72e917523d9eff8bc027047c50ba5437b47b2 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 766.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,490.41 GB sent, 82.10 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.