Memory Pool Memory Pool Refreshing

6,240 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (3,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,565 904,565 00000000000000000002049241809c607b6c3123ad94da362fd8b2987fc6eeef 1.54 MB 2,280 3
904,564 904,564 00000000000000000002135cea1c58d65ffcd5a6701845e9b2a71968f7553032 1.56 MB 2,237 4
904,563 904,563 0000000000000000000226aa36b99b306d02b9da7b73914742fa6a7e2799be22 1.61 MB 3,599 2
904,562 904,562 00000000000000000001e3588b919acb95a4061db60f912e43829126949134e3 1.57 MB 2,721 3
904,561 904,561 00000000000000000000ca7cd3267b774aef8ed2fccd9eb5cdaae00453bcd9d2 1.78 MB 4,630 1
904,560 904,560 000000000000000000014e7e32d411d7055abd8739af63f8fa0d733803a0eed3 1.53 MB 2,848 3
904,559 904,559 00000000000000000000b3c679b88ffdd067925ebe327b06302b1609b290c9f1 1.73 MB 4,427 1
904,558 904,558 000000000000000000009d1dd2f71099471a348f4074285707b17e0588c41002 1.49 MB 2,385 4
904,557 904,557 00000000000000000000db384e9dfa4fd4d5fe18971bc06c50c122571632144d 1.50 MB 2,421 2
904,556 904,556 000000000000000000024d70c01fa48b7193f4ada4215b13a145e9f78543a400 0.44 MB 329 2
904,555 904,555 00000000000000000000042ef1fa1e07ee08fca3e28000b13f560a3b34afc58c 1.47 MB 2,152 2
904,554 904,554 000000000000000000003b5cc35c1888fb69b2932632c5832f54d1fbd8d93593 0.42 MB 669 5
904,553 904,553 00000000000000000001f9f227bed90b72e9c5a30b91923c3f7883af92a9010f 0.56 MB 984 2
904,552 904,552 00000000000000000000061488b8944eab1c08ae1b344197d87799184ac06f98 1.32 MB 1,494 2
904,551 904,551 000000000000000000021a73043b6ab6c9f4562be495fe87fc8f7deb344d1d27 2.15 MB 3,185 1
904,550 904,550 00000000000000000000514c2e1290b592842d3b38bca876203be712f17606cb 0.00 MB 1 0
904,549 904,549 00000000000000000001c9e2bfb4b777519b02e4c6068d3f9e2d8b9b9ca4ae01 1.83 MB 2,677 1
904,548 904,548 000000000000000000004d9457c80501ffea602ecb2ef9b48fbdac61801431d5 1.84 MB 2,805 1
904,547 904,547 000000000000000000022994303efff1d48a5176b08bba7a8edad16121de3fa1 1.74 MB 2,621 2
904,546 904,546 000000000000000000025177264cbc4729f261f16bebb2da423d2c4a8961848d 1.38 MB 1,599 2
904,545 904,545 000000000000000000025dbdf6d40d52020919bf3feafded910696928d97c90e 1.07 MB 308 2
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.56 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.