Memory Pool Memory Pool Refreshing

4,210 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (696,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,654 211,654 00000000000003c4ed785376fd292647addac31ea22d26b9e05c8346e985bf7b 0.02 MB 39 118
211,653 211,653 00000000000002db8e780b2bb10d9d4f47b1cf94192e9388d9671b393f5cafba 0.20 MB 519 208
211,652 211,652 000000000000024c02f683ba7ea9f780e79ac59df44dab8d9776587aefa90127 0.05 MB 121 118
211,651 211,651 00000000000003a7052e4bd29d5299f1fc076781ad35ebd7aa8fa4fd0ba96389 0.04 MB 38 59
211,650 211,650 00000000000001bcbb9e6c43ad87dc18cc02bbb35e0862ac6a0febcc07a7c4ba 0.09 MB 146 146
211,649 211,649 000000000000034e6a0ac30a5b90033b278147e28bf5717d3b37819bfa5b2656 0.07 MB 139 125
211,648 211,648 00000000000004dbf2f7659682ed5c69f018c478ac28ed8ef355cf0999cc28f1 0.25 MB 577 196
211,647 211,647 000000000000017c08ba49ad9b291e74fbca03dd1f826b6e5913a8d9969db21a 0.05 MB 123 76
211,646 211,646 000000000000007f2d66bd23304d7e825f209f268b5e9537a52a2f40a302b54f 0.10 MB 249 168
211,645 211,645 000000000000040625bf1bc6f99d48dc75a14aca3efb9fccb27a18ec0ddf7ed7 0.08 MB 187 163
211,644 211,644 00000000000002f22d98f688bfe1491c00c208fc20cc583a0fd18c0067af2efc 0.13 MB 201 114
211,643 211,643 00000000000003d079ea9983e9cebd1a6d16d58ccadc9ffadb755c934b1010f3 0.24 MB 475 167
211,642 211,642 000000000000002c99366946fe1632c9d24e680ae113d78f242d9797e7d563c1 0.01 MB 36 219
211,641 211,641 00000000000000079b68081980741eeae74ba3cf8a285e9c4a8705c862c6caa7 0.05 MB 92 131
211,640 211,640 00000000000002bfc6eeb3d980951eeec02e681c7a1c61052f3410afcc8fd5db 0.04 MB 80 116
211,639 211,639 00000000000003875ff06d8f5125750ef72834c6476f8e2beac55e3ead1ead69 0.29 MB 579 147
211,638 211,638 000000000000016034213ddfedb834de864de92b03723db20ae70d3e631ef68d 0.00 MB 2 193
211,637 211,637 00000000000004cd1c55bb59224c8f0252ca1a660a677e00d51e3ca9b52bfd07 0.08 MB 226 178
211,636 211,636 000000000000003efb8c2b859d87b8a5a8837653a5ff9a269fd6202d802373fa 0.05 MB 102 304
211,635 211,635 0000000000000252379fa0ed3e8b80fa442733bda8a8499d988c807f27eec5b7 0.01 MB 16 157
211,634 211,634 000000000000023d3eb06c4f8522c75e70b1bddac273913377739cdad7b2f4ee 0.01 MB 19 157
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.