Memory Pool Memory Pool Refreshing

1,591 transactions
0.55 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,576 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (182,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,511 725,511 0000000000000000000428d04458e01d753f2e4423d6f2c240252cd8d6f3d9b8 1.33 MB 1,869 61
725,510 725,510 00000000000000000005788705c0ab90bc7cba2e7ef4505803963a86ca761069 1.28 MB 1,732 17
725,509 725,509 00000000000000000004eeb7d8805ace2b2f996a2d1be471b79719dca955a848 1.32 MB 2,385 18
725,508 725,508 000000000000000000072fcd270fca54ed9cf1185338fd707682062b53c1a4c2 1.73 MB 1,859 24
725,507 725,507 00000000000000000009377e19a6b43ed0a8d846b90113173400e372b8b2aba7 1.49 MB 2,050 31
725,506 725,506 00000000000000000007652868e16183980c277988466a9dab3922435c482ad0 1.63 MB 2,192 30
725,505 725,505 0000000000000000000808f5bb4c06884506cfb4e8bc853f1ee77d72fa26a895 1.85 MB 301 26
725,504 725,504 000000000000000000022261f10aa8306924c5ad679d53331ceb1036d9e8f0d7 1.76 MB 896 27
725,503 725,503 0000000000000000000479171c42e7af402a170daf8a6bbd6fe060ffabb49e7a 1.43 MB 3,274 39
725,502 725,502 000000000000000000096b0daa6c13a6d72456fc907eaa3af588b73b8e5ba4f9 1.66 MB 1,584 31
725,501 725,501 0000000000000000000948e2cb3c4bbf5fe7f982fb48dc62d6f9d09e8139040b 1.63 MB 2,745 18
725,500 725,500 00000000000000000003fed5cb48262ee3e7833877adb6d15b5e777a05d7e800 1.83 MB 530 27
725,499 725,499 00000000000000000001eb93ce6e5938301daafc0e08a70deb3b0eb687c66859 1.83 MB 555 27
725,498 725,498 0000000000000000000390cc004f391b1244817666cb1cc2a7d3b21eff4e1229 1.58 MB 1,759 30
725,497 725,497 00000000000000000003d3dc63bb9d8cde514d2862dff53ea54ce9abba1106c9 1.57 MB 3,158 19
725,496 725,496 0000000000000000000268b2467a06de5f74d8d88e34f4cdd0172b091ba03824 1.66 MB 2,276 23
725,495 725,495 0000000000000000000856667d95be856e9ffb8f18868e6ecd98ba367c89ea8e 1.72 MB 1,156 29
725,494 725,494 00000000000000000008632ed95217ce592b5b56fe2b9b265a49537c4155b4b4 1.73 MB 1,300 26
725,493 725,493 0000000000000000000876d3d46b6aa3e3c7314d94ddd999fc8ee15377d59d79 1.74 MB 1,151 26
725,492 725,492 000000000000000000005c039e8463d02f6751875d8bca6d6af890b16d6cf311 1.74 MB 1,230 29
725,491 725,491 00000000000000000009890948744eb25dff5a6d13eb4e67a12c0c861c64c7ea 1.74 MB 1,266 28
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.