Memory Pool Memory Pool Refreshing

7,958 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,914 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (714,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,087 193,087 00000000000003153c0c66776a7b81f9f4727e8a60e10aac627c8731d288bdfe 0.04 MB 86 48
193,086 193,086 000000000000039055efd59b18720f2306c1a4fea7bf60799a4198d70a544bdf 0.05 MB 104 121
193,085 193,085 0000000000000291204452458cb6f604ace790e157e4048973387fbb7851c932 0.11 MB 228 135
193,084 193,084 000000000000024a292955df190bbbe5e31621dfbdf683cc41ac6275f6900fb6 0.00 MB 11 29
193,083 193,083 00000000000000e198e744c8b61798382f136b96beab43f99a6531c14621cb66 0.01 MB 32 0
193,082 193,082 00000000000003fe2552479f6bfd8ee74da8e646fa18be40a17091e9550f21b8 0.00 MB 11 15
193,081 193,081 0000000000000368646c19e8d7d86037c6fd745624e9675dae98a304488a5720 0.02 MB 40 124
193,080 193,080 0000000000000580ea78f762229ebdbbf09a44fbda927006263d2885d39d5dcb 0.00 MB 1 0
193,079 193,079 0000000000000534aef2f5b33cea1f03e6fc07068d1c6a47037aada5715851ee 0.04 MB 65 114
193,078 193,078 000000000000048ca70122823071f548c318414defbb595236d0af2bb5ebbb8b 0.06 MB 172 162
193,077 193,077 0000000000000385726474d095003438f72c078ee28b2fbde5c7c78fc4cd146a 0.04 MB 95 85
193,076 193,076 0000000000000023dbda7bb2f9965f10e49a716faca572378b0c815126cfbc19 0.08 MB 161 208
193,075 193,075 00000000000001784babc2952dbc15dcaeed74ffd88d29e8cfc8da5e962a2111 0.02 MB 50 152
193,074 193,074 00000000000000592be8554a2b4d2e3e5529e4d438a5399aa9e35747fff6b5ac 0.08 MB 126 102
193,073 193,073 00000000000001c34f4f34715d860d7b9fbd8796a7f2f1b7bea89044162eb723 0.13 MB 280 111
193,072 193,072 000000000000081da8c54ce4e3b0b4e8ce6a60aef7d2ae4c19a753d3c1aaf956 0.00 MB 7 0
193,071 193,071 0000000000000299fd92cbe3905a04a5e553e67649d76efa568303805cc2c6f4 0.03 MB 62 34
193,070 193,070 00000000000006a8f3c58f8dbaa951ca2f2726ca2d01144b76376e7e48c13aa1 0.09 MB 227 209
193,069 193,069 00000000000004ab34f15672e8f5f6eecc6ed1948b426facaea04cc690d4d480 0.21 MB 434 163
193,068 193,068 00000000000002b09f92b765bdebf75273f0deaf787db818779fce4cd2adcdc3 0.11 MB 231 102
193,067 193,067 000000000000015570598ea90ad42f0c30dd7b2eca6226ca616aee6d37416d5a 0.02 MB 29 71
Previous 10 blocks ↓
Total Size: 769.03 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,625.40 GB sent, 93.03 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.