Memory Pool Memory Pool Refreshing

1,501 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (392,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,342 515,342 0000000000000000002c6b6d825186be939de2f792aefdcd7a7c9fff399ce6d1 0.23 MB 588 9
515,341 515,341 00000000000000000010470096232081dee1e7957d1cf45f2130ca669c68b0df 0.22 MB 348 72
515,340 515,340 00000000000000000027ac11adbd47fccb964c88e26ef94defb2d191ecc5f13d 0.08 MB 185 35
515,339 515,339 00000000000000000027bcd65b1567fd165627c93905bfcac69c786a309dea83 0.35 MB 759 29
515,338 515,338 00000000000000000019936c8e2f87f858e88b7c4b012ac11a19a77e6b9c0d77 0.46 MB 894 63
515,337 515,337 00000000000000000027c67e24e32e50369cde8deaef363b1060ac3ad7bb6f6a 0.10 MB 241 40
515,336 515,336 000000000000000000188acc3624ab76c4fa32f7bff9f8d42e39b0ec42bbf1d0 0.57 MB 1,306 37
515,335 515,335 00000000000000000029fe1691bc271a24d4aaa13f9ba2f50d95a7497b81bd4b 0.37 MB 623 28
515,334 515,334 0000000000000000001c0861a2386f1a0b6b8332a608d884ce6cdb9013677ec5 0.65 MB 1,366 68
515,333 515,333 0000000000000000004a59453a102cb3ad8e6de16d52a290d2f47d6cc1577f16 0.09 MB 211 38
515,332 515,332 0000000000000000003ca75b2f153dbf020a45ac1bcb6534a0bcb6cad354938c 0.12 MB 320 28
515,331 515,331 0000000000000000000566321d12789eff85665ae7348fd5952475caf5c7423f 0.67 MB 1,282 41
515,330 515,330 0000000000000000004243e863c3acc3390a2a3929a66527d9304712c207bbc2 0.92 MB 1,780 32
515,329 515,329 0000000000000000002589dc954af093d94ef40899b1a9f7c481e9e3bd1dcb90 1.13 MB 2,244 35
515,328 515,328 00000000000000000045efdde4159494a692736eb398070cd3de0faa7d36c7e5 0.38 MB 527 34
515,327 515,327 0000000000000000000c9cde0392c3794330d04ab26e1ee4f0dfee5e158cd9cd 0.99 MB 1,356 55
515,326 515,326 0000000000000000000a6eca858b7108d9292294b54a56b00db59f32722b5f5b 0.49 MB 951 26
515,325 515,325 00000000000000000016420639c25a81703571cb1fca3d681cff97dfd6929638 0.52 MB 831 33
515,324 515,324 0000000000000000000573978b3f92c0a385949155eade04deeb519eecd41825 0.15 MB 276 25
515,323 515,323 000000000000000000174d0f60bed88951574699cee97160ba3cad59199ad01f 0.78 MB 1,401 40
515,322 515,322 0000000000000000000ea37f87e9ada4e73a7dadf6102b14c8880d9c66166155 1.40 MB 1,897 15
Previous 10 blocks ↓
Total Size: 769.11 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,629.39 GB sent, 93.42 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.