Memory Pool Memory Pool Refreshing

4,037 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (277,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
629,798 629,798 000000000000000000075da48849db7c52d5b4124a0679e5781557389a18fe8d 1.28 MB 961 13
629,797 629,797 00000000000000000001500501d04b163f24b500fd17142fbece95d3c9c5c497 1.31 MB 2,947 58
629,796 629,796 0000000000000000000b93c26c4b5dc6bd9b334db00a9c326c26a7af61bd2936 1.06 MB 701 12
629,795 629,795 0000000000000000000e05f4e28370355b227dd3853b120d5b5d612a81d5fe2f 1.29 MB 2,125 40
629,794 629,794 0000000000000000000ba55ee3438fa510517acbdd0e689fb4d16abc62e3bbb9 1.19 MB 2,167 43
629,793 629,793 0000000000000000000e46b5edd2ec7cdbef1ba2d489e96482d2baa708f37379 1.28 MB 1,684 33
629,792 629,792 000000000000000000111b91f9efd35b01c797d041d19936a0878f2c168c4a5d 1.08 MB 822 17
629,791 629,791 00000000000000000002f0fd02d44a331b28df1f0ab4b757d9e11b12f5f03afe 1.06 MB 809 9
629,790 629,790 0000000000000000000f151d49078eb1f7ca059a5b50f53ca553fef7cf53d714 1.20 MB 2,307 48
629,789 629,789 0000000000000000000f7c47e40906608407960b304bf6fa39464de8d658ea43 1.30 MB 2,992 64
629,788 629,788 000000000000000000048e807540c64b92a25efaa3f18b9810014db243b30154 1.24 MB 2,587 53
629,787 629,787 00000000000000000006b5607e1f75d2e710a7397a8f7a6f52fe799f710974ca 1.07 MB 616 17
629,786 629,786 00000000000000000007c0cb28fc72412479b990468e0dac8de5494ebf87f3da 1.20 MB 2,486 26
629,785 629,785 0000000000000000000d4af0dddea997f5936c28d5707bd6b3d5a94be260fc2f 1.20 MB 1,760 54
629,784 629,784 00000000000000000006783b1866d7c807a89a2fe2c9b1f57dd51307a9e8a568 1.07 MB 1,128 66
629,783 629,783 00000000000000000008f33985ad3e167c93449c74ff9b1b334ad2a26c687e9b 1.05 MB 1,216 68
629,782 629,782 0000000000000000000a511f66877a808af13ead1450f2009807472a79d25a7b 1.04 MB 1,372 87
629,781 629,781 00000000000000000002a5dc546eb0095b68f1e7afa8d99a14c848c726013b16 1.20 MB 1,239 21
629,780 629,780 0000000000000000000bdf687e8402824bd010a6b325695b04e190153fb45665 1.04 MB 432 7
629,779 629,779 0000000000000000000211c5209e4d846ae1397d16a66306a930781bd9a069d6 1.16 MB 1,877 26
629,778 629,778 000000000000000000060a264c1e53041692e05a075bb2d680076aaceb119414 1.27 MB 2,614 49
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, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.