Memory Pool Memory Pool Refreshing

6,658 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (838,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,413 69,413 00000000011536f162187e0028559f35d148f228f63203808a3fbfd32300a4b2 0.00 MB 1 0
69,412 69,412 000000000000e9288c9762882cf674e28e7cd55c880d9cd1bfb95d43b069b6c2 0.00 MB 2 0
69,411 69,411 000000000031b2146b75723ec60d0d99bcaf905b9ebecca44f77e7d75d9c10c3 0.00 MB 2 0
69,410 69,410 00000000002b040b24bd3e3e2636a798b828198700dc5fe68e78392fe116c94f 0.00 MB 1 0
69,409 69,409 00000000002d25e8718a9389d75899138d540b476813c0149b5b14c1c71974cf 0.00 MB 2 0
69,408 69,408 00000000008c086168b1b2aa4aad86997cf79ffb207274d3f8b2dc0323ab64de 0.00 MB 3 0
69,407 69,407 00000000012c8c0966b3aeb637c6bb241317e66b2c1aebbe44729dfe677981b7 0.00 MB 1 0
69,406 69,406 0000000000c87e7c86f7158d429215ad107b4c241b4d12bf0f5bf5270ba8c211 0.00 MB 3 0
69,405 69,405 00000000001d5c5dda1f51a8d160221070daffb6f97b80092da7d5c9ec4561bd 0.00 MB 2 0
69,404 69,404 0000000000f442925846b6dada09243e476d5bda451b0f9de4ed7c1b1a1f26cf 0.00 MB 1 0
69,403 69,403 0000000001203f8adb2a781361636e23eca866566e692394b6d40053e3e5e4ad 0.00 MB 2 0
69,402 69,402 00000000001c0f960cea0650b038d674b21bc4fa7089909db265c5cb727d1f5b 0.00 MB 1 0
69,401 69,401 0000000001099a2a527b7eb8963dfae292720901a8b603d647606dcc3dc672ac 0.00 MB 1 0
69,400 69,400 000000000076cc49e8b89eb10fb5121990dd5abbb6962a9a3934fc2371ce9b90 0.00 MB 1 0
69,399 69,399 00000000009e7b61e721c979481c9f8ccf2db726fb2a7df80c1209a2d323e312 0.00 MB 1 0
69,398 69,398 0000000001530745b652d1b88063e713a51737f900e98e8f4dd81397fed9edaf 0.00 MB 2 0
69,397 69,397 0000000000693bc7937181b69011216d7cefd4a7a212647792281ff6b34d3514 0.00 MB 1 0
69,396 69,396 00000000006a5be2cb2b4ae364e33640f62bbc12d7f94663dee71a86639a7bd6 0.00 MB 2 0
69,395 69,395 00000000012e213aa1616e965ed531865304cd9d3438f6d8b877c5ecd3b2f999 0.00 MB 5 0
69,394 69,394 00000000013efb1b3172ed4328631d085dfb032a74358d7efc94fbbb566d8d8f 0.00 MB 1 0
69,393 69,393 0000000000acade2049d5e29a088a68a4530f5636edcfaa7f8177a3db2173643 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.