Memory Pool Memory Pool Refreshing

2,276 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,262 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (63,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,616 844,616 0000000000000000000269243773518104f326b0ee2b74ac73f469572670635b 1.59 MB 3,421 14
844,615 844,615 00000000000000000002b6c2962a5eb1827347f0f72db4e612585ac200307ead 1.55 MB 3,434 26
844,614 844,614 00000000000000000000025b4b5d23b11f1a091f398a8e35d9219d03424eb316 1.57 MB 3,943 14
844,613 844,613 00000000000000000000cca094ad9eeb160ec33957b119d411b61b959423baea 1.57 MB 3,539 26
844,612 844,612 00000000000000000000b2f810288a64de7ecacdf1190655d90d12a36398ecf4 1.75 MB 4,263 11
844,611 844,611 00000000000000000001b3068ed6f251a54d072c4c85e42c6215674616d7b451 1.63 MB 2,967 14
844,610 844,610 00000000000000000000b69712e47ab2d7e3007cd90844119d007d64b070a24b 1.98 MB 1,025 22
844,609 844,609 00000000000000000003571b667acb77721004099827b38802f77500cd370d8b 1.60 MB 3,691 18
844,608 844,608 00000000000000000001d82049db35f2dfabccfba593ee3a433f0500c2734f4e 1.64 MB 3,126 21
844,607 844,607 00000000000000000001a4ce0b96e5a761337a84974d27a694c7b8d2c74b8cf0 1.49 MB 2,784 16
844,606 844,606 0000000000000000000163e90fef2b79654d0235d68a603f46ac5e41ce62d827 1.62 MB 3,255 18
844,605 844,605 000000000000000000018332b3b2594e340a0dfd150cbc2a852930c0cddaa91b 1.62 MB 3,749 17
844,604 844,604 000000000000000000028401d5cd96ea647cc9adae836735615d7dbf64feed6f 1.58 MB 3,692 16
844,603 844,603 00000000000000000002c656268be2b9e044b5963af0507e16414552aa526d57 1.50 MB 5,042 10
844,602 844,602 000000000000000000022e83cfe89ce6ffc7a48a80f76b19ddac18182b19345f 1.52 MB 3,968 11
844,601 844,601 000000000000000000007d0aa24cd2c0311cd24a14a2091dd6172b3148d32ed8 1.56 MB 2,675 14
844,600 844,600 00000000000000000001824f8d39e28556c6c9e983c436452474e575dc8442c6 1.66 MB 4,357 11
844,599 844,599 0000000000000000000233a109ded98681f2739d88c31420b5a27a4021ac6bd6 1.67 MB 4,274 11
844,598 844,598 00000000000000000000e0b6e0bf0e69e41d101ad51def6724dc46bd1f5aa2a9 1.61 MB 5,334 10
844,597 844,597 00000000000000000000aa8f7a9ab3e8d1286adcd8401494c3e11211432551f9 1.55 MB 4,089 16
844,596 844,596 00000000000000000001bafad7b5c2517ad2900bc55063b16019516d24941abf 1.79 MB 3,943 11
Previous 10 blocks ↓
Total Size: 769.10 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,629.20 GB sent, 93.41 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.