Memory Pool Memory Pool Refreshing

2,161 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 845 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (786,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,803 121,803 0000000000003a814bb0e0c4650747d94979d686d76d629bc2465f1e7e0c891c 0.02 MB 27 265
121,802 121,802 00000000000072793e87e831b5900c8508d65f4d0a21f6e57e388651c4246e5d 0.00 MB 11 0
121,801 121,801 0000000000001166a5fa905088a2cbf1cddf96b9ce7b80b56187b8d817c6d451 0.00 MB 12 312
121,800 121,800 00000000000040e92e86c23da6a588de09c25e7f7a143a88890367d47ee1bb3d 0.01 MB 14 979
121,799 121,799 0000000000007906d34f1129b9ea3053fc8557919e46f3c16c2fd9e866a4ef59 0.00 MB 13 0
121,798 121,798 00000000000032c9a1f99f4b43c190f9e37ac92224f5556fb8d0e0c53907c9ab 0.00 MB 11 0
121,797 121,797 0000000000003237c7b06dcffbb75072741ef138274e12558ee098d34fd25217 0.00 MB 11 306
121,796 121,796 0000000000003ea7bcd3676391d9218db04fe15c55a2e3dcde0ea1106927b21c 0.01 MB 24 840
121,795 121,795 0000000000007baeb17d4648ee750c66299e4556398f5e3cc584161b74649a94 0.02 MB 71 856
121,794 121,794 00000000000063e2b25d60a1d3ef0cb6a43be30c2bd5ae01adb9676543784407 0.00 MB 7 299
121,793 121,793 00000000000026e84b4d2e4970b664d6214cedf581d326739d64fce8a31b00b6 0.00 MB 11 0
121,792 121,792 0000000000002d64f1bf1f24ec46684081e731aa7e46b89875757f39827e7820 0.00 MB 13 0
121,791 121,791 00000000000082ef37e8ca3c1e4e48beae1869144b36146817167a4d9ee87e3c 0.00 MB 6 0
121,790 121,790 00000000000015c5dd483d2f63520024c45f27a640e97967d75bfc34afc25eaa 0.00 MB 15 747
121,789 121,789 0000000000007b9298b2bf53de2ae0a4cfa2cc5e288f1cf8e54c4c9d1529b023 0.00 MB 12 0
121,788 121,788 00000000000041cb4e1ed92477ff2ac445f79edf05a1ff32558949dc3f2d02e8 0.00 MB 9 0
121,787 121,787 00000000000011dc79802be21c694f0f36c4f2c74362917654407e501ad247d4 0.01 MB 20 729
121,786 121,786 000000000000938a8b9b0dbb40f6effffe9f07b51091684e68f25bc01ff43e9a 0.01 MB 37 2,690
121,785 121,785 00000000000063b5b5d9666c054cc1643da8e4a545f0a48ac74208d8177e3fd9 0.00 MB 11 309
121,784 121,784 0000000000007d28378ffa78a4283f19e7e37b2d3a715405d70083f5a2d75246 0.00 MB 11 0
121,783 121,783 000000000000105ba745ce6e1b8e1059f194be3ece16b515d78c3f50eaf5566d 0.01 MB 22 250
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.