Memory Pool Memory Pool Refreshing

2,069 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,056 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (130,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,474 777,474 000000000000000000052c8466188cfd870a8de2dde110295b1123dd70cb57eb 1.87 MB 284 4
777,473 777,473 000000000000000000011b97b8d6dc3acfc50f8e402d96898f63bda2772cb92e 1.70 MB 2,582 12
777,472 777,472 00000000000000000002700cb13a90648b388d9d75e082466a36eafb156b01a3 1.77 MB 1,538 8
777,471 777,471 00000000000000000001c8c2968616d94ea341dbc78f3fe613f6072fdaa0c81c 1.74 MB 1,827 10
777,470 777,470 00000000000000000006cefa03a17558950c0876231df1463a4bf811285b4265 1.94 MB 2,000 7
777,469 777,469 00000000000000000005d72635a71212211e4911525e3fbdfb57f8cd67c0a5ee 2.53 MB 1,785 10
777,468 777,468 000000000000000000067017015b2f1aebdc011529477678989cd1ab4cf34c55 3.86 MB 190 5
777,467 777,467 00000000000000000003cf76272685b9d389567c0126fb1fea7debb91de9037e 3.23 MB 1,131 7
777,466 777,466 0000000000000000000191072ad65b15667a0b415a3b7d6f49af6c9511e1ac50 2.33 MB 2,380 11
777,465 777,465 00000000000000000000a63dda81f2c2cb4398578f6d259c79193424b7b9134e 3.77 MB 393 5
777,464 777,464 000000000000000000032d9c144f0efa4a03acae6b81bb77bdd81d23f6f8dcde 2.11 MB 1,395 8
777,463 777,463 0000000000000000000000510235407e9348ae570405cc646f81a14359fa0878 1.82 MB 2,206 8
777,462 777,462 0000000000000000000056665cc7da267ef9afb1c346c958e9f78c5e8a4649fe 1.47 MB 2,312 12
777,461 777,461 00000000000000000000102a5d164aeb526bf7d4a8f6dacad41c63575de92cc7 1.75 MB 2,504 18
777,460 777,460 000000000000000000011b3035699c4a88f8b96b58bb75a4e040172e03d00476 3.05 MB 1,363 9
777,459 777,459 000000000000000000003a0aba07e22655617f96fec9402163d62bd3dbe9ee2b 1.69 MB 2,845 13
777,458 777,458 00000000000000000005c861f5a30a3a79be0b8c0e9a20c5bcf84e910e38db75 3.94 MB 149 5
777,457 777,457 00000000000000000007225e79044dd6f58368e16685ff30f009a65e71ccc71c 1.83 MB 2,919 13
777,456 777,456 00000000000000000001708f3a10c826742fa2747c069d94ab27631f8b19bebf 2.56 MB 1,976 10
777,455 777,455 000000000000000000010666288b037d63fcc8c8bb4f2b3a714bb534494d7de5 3.26 MB 877 7
777,454 777,454 00000000000000000001aca9d6ecddf25d233351c10e6f002fd93da533d38bde 2.02 MB 2,072 13
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, 112 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.