Memory Pool Memory Pool Refreshing

5,536 transactions
1.37 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
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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,613 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (44,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,556 863,556 000000000000000000029a204aafae6a4459f65c5aeb52fcdeadce399d9334da 1.87 MB 5,045 3
863,555 863,555 0000000000000000000242e7c1e2aab95f3744d87da761217e91dd4bb8307a1e 1.64 MB 7,763 1
863,554 863,554 000000000000000000031685c7b570db918a63992182165bf8279a9c5ccfd67b 1.81 MB 3,912 3
863,553 863,553 00000000000000000002874158cb5cf8f642c85eeb409d3523d905ecbbecb58b 2.01 MB 5,162 2
863,552 863,552 0000000000000000000228a3023d0ef32ee60df5882efcbea8d7b7fc8536a7d9 1.62 MB 7,207 2
863,551 863,551 000000000000000000028218eb17f7e3bf57eef1a2106345ef380920ab5f0350 1.88 MB 6,260 2
863,550 863,550 000000000000000000027efda9606bc297880c135d1b441fc3794f50b753a26a 1.89 MB 2,580 13
863,549 863,549 00000000000000000000b598714a6942cb40650829a2b648ea5e885a6d48cd72 1.86 MB 4,429 4
863,548 863,548 0000000000000000000097d9a401fd7bffb765d689123de62d558fc902610910 1.86 MB 5,031 2
863,547 863,547 00000000000000000001586e493ec48ca74f284d94f3b638723edaabab3736fa 1.57 MB 3,297 6
863,546 863,546 000000000000000000011c626f18bd899651bfb4e580b5891f4569c8037443f3 1.85 MB 5,176 3
863,545 863,545 00000000000000000000522c057ed0f8268d0a9e5156e89e8817478247d4638c 1.65 MB 7,907 1
863,544 863,544 000000000000000000030060f8b7198222589ce1b8cedaa3c1f1062d8356f2b2 1.78 MB 4,364 3
863,543 863,543 0000000000000000000121979f98e5df7561a24e7636888942437723f49f984f 1.58 MB 3,735 6
863,542 863,542 0000000000000000000189e4b34ac8be3b1b0f7d0854796d76a6dbb7a1c35921 1.63 MB 2,845 8
863,541 863,541 00000000000000000002093c79b785fdcba874bfa43e66344149756d82b58a6f 1.62 MB 5,408 3
863,540 863,540 000000000000000000007859541865d9fdadc6d0c768abdd76fd73c25e625b83 1.61 MB 3,783 3
863,539 863,539 000000000000000000007891e48a5a3a2b19ed76b5e34a3fa6b025e438ecded5 1.66 MB 2,764 8
863,538 863,538 00000000000000000001b2d10dfb3daf6de031ff412eb4ccf5102ffff475b970 1.55 MB 6,015 3
863,537 863,537 00000000000000000002677912a676d41b3527f5e61978b80fbbf61611113fe1 1.83 MB 2,647 6
863,536 863,536 00000000000000000001c2e2b177548760685fab6e47d0ca64dee0657b557ee9 1.63 MB 3,079 5
Previous 10 blocks ↓
Total Size: 769.00 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.62 GB sent, 92.78 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.