Memory Pool Memory Pool Refreshing

5,951 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,899 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (753,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,192 154,192 00000000000003096c6242e56a19ebc4ceda75158cfb9b5785c2cdecf43cf40d 0.01 MB 35 41
154,191 154,191 000000000000061d625f218fcaae61480e36f4d2d60ead94e46d37844e4dea0b 0.00 MB 11 82
154,190 154,190 00000000000005a6f317d1895da220aa8322c9331df9813c8947168c05a74c9a 0.03 MB 86 77
154,189 154,189 0000000000000b6fc5f7823c647dcff18015774834898871fbb72e4423e53288 0.01 MB 25 150
154,188 154,188 00000000000007a45f44c13f193e51e03096247b97a3405eef281a20cfb3099f 0.00 MB 12 32
154,187 154,187 0000000000000d4ee864e667ad77429f0f5d8d702befdfc62fe22f7eaf376ffa 0.01 MB 31 39
154,186 154,186 0000000000000bb3d0e14d28e09b55a67f7ac621425a02f737c22952ca6cf661 0.01 MB 39 101
154,185 154,185 0000000000000aad83a8e2015ea539860003c23370cd791a26e1be9c06a03fdd 0.00 MB 2 193
154,184 154,184 0000000000000404fc08f10e1f3786c8d75ccdb867d1b0c2807c435b3e67b697 0.02 MB 52 82
154,183 154,183 000000000000037908ae8dfd0fc52b94b6d0f502ad8d4d9df2d6fc96a1f19b1f 0.00 MB 14 30
154,182 154,182 0000000000000c345e7ce7532aca4cf565b6998c2e3f185188565ab8722e9e04 0.00 MB 10 17
154,181 154,181 0000000000000985c9d7e712c7923622c61c600b2a4a812e4702509cf663c03f 0.03 MB 38 53
154,180 154,180 000000000000019a4ae1d7e2ed0aa2d83aff069349211e683caf3b454f1da624 0.00 MB 10 53
154,179 154,179 000000000000015d81aae06aec1bcd6dc8f364eb201cd2cfcb0b58702f516cbe 0.01 MB 31 82
154,178 154,178 00000000000009bf30d9ce83b2820a4b956e3f4641cb10513459ec1c054bf44b 0.01 MB 19 74
154,177 154,177 000000000000053977a8e804e6f43dfff79db04017d5f392b3e22ec889ec8b4a 0.00 MB 3 40
154,176 154,176 0000000000000449e81f4fdc8f27426f8c509e0f8f4c31a919aa52a0ff84f194 0.00 MB 12 61
154,175 154,175 00000000000002a366657a35e74f5ca157e234a3228f2e9da03ea79e7f99afec 0.03 MB 96 38
154,174 154,174 00000000000006297a7a4467991b306c85e4a8893b4ea3e833d383ca49da1efe 0.00 MB 13 16
154,173 154,173 00000000000006a42966c54cbb06ece9199c6c9af338a063da84d97593538a46 0.02 MB 42 46
154,172 154,172 0000000000000915cd834508aa0bc83588101515b0953ae227354ee428a97e96 0.02 MB 46 103
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.