Memory Pool Memory Pool Refreshing

7,561 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (719,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,793 187,793 000000000000030436c26db72bdeafd7a0eb08e95d1c1529f4b1bbbf2666c008 0.03 MB 122 30
187,792 187,792 00000000000005c325ed67548900892c2428d3f33d077ee9af781a4ec930675f 0.07 MB 155 106
187,791 187,791 0000000000000390d18b10255154f53e49889e92837e906a38c5b9e25a4ada1b 0.10 MB 217 195
187,790 187,790 00000000000002f1c81cf77f82e478a0918cc94baa8c9a8d666d5db8b267e0d4 0.02 MB 29 76
187,789 187,789 000000000000023a76defffdd44c64d2c61d80a4a3db8c00dd4d2775648b5829 0.13 MB 310 219
187,788 187,788 000000000000002a7648912bb3554eefcbeacbb40b6688d8a784abf4a3af15de 0.00 MB 10 71
187,787 187,787 00000000000005e1cfed65dbd1297a325e7e4ef0a514cecabad40d48761f70f8 0.00 MB 13 0
187,786 187,786 00000000000005954ca9b222bfcc68dab174cf7801370d4cb1f906e11ee5dacc 0.02 MB 16 43
187,785 187,785 00000000000001725e12beb6ad33179968a688eae1a4f28a7222c03031445ca6 0.08 MB 211 132
187,784 187,784 00000000000007c97b4a4d3e46706d75c25d8b8eb59d3fdf90f52dfedac91f3c 0.12 MB 237 99
187,783 187,783 00000000000007a9b9aeba329c484e064000b454b3c406badbe7cd6d1437474e 0.00 MB 9 30
187,782 187,782 00000000000006c18cf809cbf7069e7cd3345dc5945cec7e049bcdee5d91792d 0.25 MB 558 170
187,781 187,781 000000000000075dd7e7a7097a4959fd93e753b8f69db04910c7f8ef4fba0138 0.01 MB 22 61
187,780 187,780 0000000000000061be17abb566fcaca23290200ce6d13ff63b1b252e25f30131 0.07 MB 178 126
187,779 187,779 00000000000001fdf5256cb8b3e597cf6f40f267e2253ad9f2901ad28799a338 0.01 MB 31 126
187,778 187,778 00000000000002f1982894368c3660ed510bcc78fd7055f584381ce7289d1785 0.03 MB 104 102
187,777 187,777 000000000000089a392ac3f8f1e83804eccd502b333f2129e1458f8273a5f6e3 0.02 MB 73 13
187,776 187,776 000000000000030216e3eb49c298407798bae0efc6afd13656b5c0680d2a353b 0.02 MB 62 32
187,775 187,775 000000000000083f9aa5d20bdcb4566d0c2258e88d067cbebdfdd6cd5027a41e 0.06 MB 128 178
187,774 187,774 000000000000078a0f64ed3350e1b8d37ef6c858b795afc4f79685ddce413a9a 0.16 MB 273 165
187,773 187,773 00000000000004e8db16c05284ff3d0efdcb4d573bacd645c959ea17df7d124d 0.00 MB 10 154
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.