Memory Pool Memory Pool Refreshing

1,700 transactions
0.58 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.58 vMB 1,700 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (175,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,099 732,099 00000000000000000000bb184477156d916b164eede9264d4f2261b08e438894 0.14 MB 284 5
732,098 732,098 00000000000000000001053234f9fa79d66bb79348b60e80f22eb74867b2384f 0.61 MB 1,164 7
732,097 732,097 00000000000000000007e19e01c372ca8ddcd766e162c2cf2172c116960e84a8 0.07 MB 150 5
732,096 732,096 000000000000000000035cf43e5e0007505a7aa192c3629a6d9f672b00df050d 1.42 MB 2,600 7
732,095 732,095 00000000000000000001c84b57767f92a9a6ff4cf373a6143f8f4c9fbbbb4348 0.75 MB 1,167 6
732,094 732,094 00000000000000000008c54ba66888994756fc997eb9a7ad09204f54cfff4d2a 1.36 MB 1,428 5
732,093 732,093 00000000000000000007bc12ba05c544138f74f2888b877dde35885b4ead9873 1.22 MB 1,150 3
732,092 732,092 00000000000000000004f37cbee022efb496b283111fe217968e97e79f8f7855 1.59 MB 3,189 9
732,091 732,091 00000000000000000003ed96ec3296a6161cf1d42cdc8613d6bcdcfdbbec24bb 1.14 MB 1,799 6
732,090 732,090 000000000000000000001f4b12bb40db448181b1d037a57c4bbdfb0df050e0fb 1.75 MB 1,212 3
732,089 732,089 000000000000000000070bff3a6e3576b1d8dbfaf7cc3fe812d3a55b467325a1 1.55 MB 2,596 6
732,088 732,088 0000000000000000000071b74f3a95eb89e70923285bebc8f15bee8c704a2490 1.51 MB 3,299 10
732,087 732,087 00000000000000000008e43a895659048b0d7e2c87584787bf10c6e742401159 1.67 MB 1,013 3
732,086 732,086 000000000000000000090a8e900bec078c6038fe86da24c5057ce6b13eac5aad 1.40 MB 2,208 6
732,085 732,085 00000000000000000004ddfd20ad2ce07c046624223288d20d212b759337d560 1.32 MB 1,201 4
732,084 732,084 0000000000000000000801fe3a8ca3447f2825a271a6973268dc17bd1d8cb454 0.08 MB 199 8
732,083 732,083 0000000000000000000069aa479750fada55debc08727e4a6828771060fa48b4 0.16 MB 211 7
732,082 732,082 000000000000000000051c10959808f1927c802c11e8e738fca0d574e9cef184 0.20 MB 278 9
732,081 732,081 00000000000000000005ecad87f8bf3c4cf1c74d7fde02156ef52b328f8d58af 0.55 MB 864 6
732,080 732,080 0000000000000000000807e0b9b5832194ead08d7b4273298cec0a8255871e2b 1.19 MB 2,236 8
732,079 732,079 00000000000000000009f08de6e801e64cd9819f5e4548a3c7b41670881164e6 0.60 MB 979 8
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.41 GB sent, 93.43 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.