Memory Pool Memory Pool Refreshing

3,427 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (180,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,429 727,429 00000000000000000004759837908218464fee16a4c2352767a29017e5a7d665 0.89 MB 1,019 2
727,428 727,428 000000000000000000045dfa416a40cf3f5f08bb4e4d7f3696a9e34d559d928b 1.52 MB 2,778 8
727,427 727,427 00000000000000000007c16bfeecb7e1ca4263b3060ec72fb13212ffe5a932db 1.38 MB 1,649 3
727,426 727,426 000000000000000000008f8b6d145b976cc4225f65f8c48f6c851336291d1ffe 1.45 MB 2,784 10
727,425 727,425 0000000000000000000399b92eee90fed7f649bc964dd3e721d11a091a3e9be2 1.52 MB 3,131 12
727,424 727,424 0000000000000000000403f1e32f1a9957313877f6bd2d06f73559e1aa68fb66 1.24 MB 1,571 4
727,423 727,423 0000000000000000000062e7176ad8c80547e0ddaf6f9206deaa900b1ee07cec 1.45 MB 2,830 5
727,422 727,422 000000000000000000082e1940f6d96a1bbc4f8df839f93b716117acdee86bcf 1.50 MB 2,856 18
727,421 727,421 00000000000000000006e96f53fe031e2069fe6307e4ba721583f1c72cc701b6 0.26 MB 462 9
727,420 727,420 000000000000000000071925f73bf3a36d43f1e3113cbfc12233965b9bc6aa75 0.50 MB 709 7
727,419 727,419 00000000000000000008e194ba8ff93c83cafdb887bd9980f5c50791391c23cf 1.23 MB 1,056 3
727,418 727,418 00000000000000000003b66d93d0572571531597b00582c6195bdbe97613765a 1.58 MB 2,672 7
727,417 727,417 00000000000000000002f0f43ee562f1212f9096829e5c3a1c59de30bddd79ca 1.38 MB 1,912 7
727,416 727,416 00000000000000000002fa60684383dceceadd633d7a95c5d4c9741f7f0e6cd0 1.37 MB 2,021 8
727,415 727,415 0000000000000000000a2bf5acadf73838c3f6a107d7c5b200d03bbd2f380806 1.51 MB 2,975 12
727,414 727,414 00000000000000000005d3fced838cfcf35b0a10524d6fbc6f6e105b865faaf6 0.72 MB 935 6
727,413 727,413 00000000000000000005b16cbc09405d05cfca7d3c8c3fff6a3daf6ceb483257 1.55 MB 1,643 5
727,412 727,412 0000000000000000000821a91265a7f0a0695813f375fb0ec628978359a82962 1.47 MB 2,049 7
727,411 727,411 000000000000000000015c7266217f2c57060be74f048f967492a5aa111ccd4f 1.69 MB 2,057 6
727,410 727,410 000000000000000000003e2b4429cb6cff70ee0b33dd0a90045c895a842e8f6e 1.43 MB 2,822 6
727,409 727,409 000000000000000000053aeac507eb649412d8daa093c93e8d2f63f099b11dec 1.46 MB 3,030 14
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.