Memory Pool Memory Pool Refreshing

3,429 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (2,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,297 905,297 00000000000000000001f231f2c762f291418d5619de2bc153e0ed63755950d3 1.52 MB 3,159 2
905,296 905,296 000000000000000000001560416547ad2d018c726bed2c8a2335991c38606bc8 1.13 MB 1,536 2
905,295 905,295 000000000000000000006abd58850576dba34a33ac4ab944c662c2f30f80ec84 0.48 MB 996 4
905,294 905,294 000000000000000000005e4935b2a07a486cc473c884e4146429329d3f48f29f 1.47 MB 2,122 4
905,293 905,293 0000000000000000000180c4cb1ca15e42ae2f4e3fa0f1708490535782b613ae 1.98 MB 3,239 1
905,292 905,292 00000000000000000000bb5a484aeb6cf5568ca42d69ca875be03cafb731eea4 1.73 MB 2,797 4
905,291 905,291 00000000000000000001df272fd36b83dd2f4103c9f30be5cff34165c964dc5d 1.52 MB 1,777 3
905,290 905,290 000000000000000000018e75910ff1e5c1e373f0faab89149966aa37be27e6cd 0.28 MB 294 2
905,289 905,289 00000000000000000001b5a16057d63132c400520d5d7c0be2b060fb3cbf53c1 0.82 MB 1,030 2
905,288 905,288 0000000000000000000188e91014fefd864494c1e9fd7c426286666dc879f599 1.13 MB 1,648 2
905,287 905,287 0000000000000000000180b2ce5dac33efe7b6e16c92da9c5f0851ad43b29fd1 1.35 MB 2,113 3
905,286 905,286 0000000000000000000016ecf1b758b89f1c52d2d2f1eac8ae2377fb7a0153ab 0.09 MB 223 5
905,285 905,285 00000000000000000000a259341837d7d63a27cb12d68403027f3b908518c760 2.13 MB 3,100 1
905,284 905,284 000000000000000000004f8554e4755f2e59cd7d338d1bb521d295e93139234e 0.68 MB 1,300 3
905,283 905,283 00000000000000000001e3c0f3919463752a95891e89d53fc70072df427c2f1b 1.10 MB 3,070 1
905,282 905,282 000000000000000000011b373734549b17ff57dff8d6ee3a5a8ce2032ae3f2ef 0.52 MB 504 1
905,281 905,281 00000000000000000001693571a359b6f2ce4ae6d9803818d7be8b4ad1a66497 1.97 MB 2,527 2
905,280 905,280 0000000000000000000088d44e9ccdf70f825f96c1168e43ff6dbfe1b40e1673 1.61 MB 2,491 2
905,279 905,279 00000000000000000001ce1cd8023b164b0c7ce7e3c3a7b500c6585a285a836d 1.47 MB 2,215 2
905,278 905,278 00000000000000000001afef6d69033ff8a0808d75afa9d7610ee85f806ebaf8 1.82 MB 3,054 3
905,277 905,277 000000000000000000020b0690ca983d6e7cd5e78a653e5143992ae87bea70c3 0.56 MB 1,012 2
Previous 10 blocks ↓
Total Size: 769.59 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,651.15 GB sent, 95.87 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.