Memory Pool Memory Pool Refreshing

18,619 transactions
5.96 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,333 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (631,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,913 275,913 0000000000000000a37e08fccf13711d56f52f5bd7f8af510445cb1fc47cdafe 0.15 MB 321 32
275,912 275,912 000000000000000072e1f5aceb0fffcf0f343d1dd7168129ef12a7901dddf790 0.39 MB 875 50
275,911 275,911 0000000000000000202ef161a8676f21b566d309a997636af3ead573c244bc1e 0.03 MB 19 10
275,910 275,910 0000000000000003d9ae28d958f5229a532bd0264804e319fe38b8fde511eb9f 0.15 MB 337 53
275,909 275,909 00000000000000028ac53587ee6142bed275da6583360b92aecabd3aa37ba8fe 0.32 MB 746 50
275,908 275,908 0000000000000001e2b436058b656bff498bf58d68b17d3806dd78bcf4d39a0d 0.14 MB 127 19
275,907 275,907 0000000000000001e3b2979d0955baef50f126b15dcdd5d52563e5eeb3d6c553 0.18 MB 488 51
275,906 275,906 00000000000000017671302a7d7650b774f8b28d99734c17c755ff05517e9ef3 0.15 MB 334 47
275,905 275,905 000000000000000112853d761c935b171a72cb2cb11eb4f819c754e88ef5c779 0.14 MB 275 50
275,904 275,904 0000000000000003b0e46107f8c7cd9d9c6a041eb4e4e911d2b838625d155751 0.15 MB 157 13
275,903 275,903 0000000000000001f6978c2db09d8dba3409e387dc0a804c261c718bfc2b19ed 0.22 MB 451 45
275,902 275,902 000000000000000158c048b798479b4812f2f60e35379b3f5358fd0fc4564184 0.16 MB 255 33
275,901 275,901 0000000000000003cc308b099274e69d44734d1c4b8ce8b1a49cfbed06f9ad01 0.05 MB 96 73
275,900 275,900 00000000000000005d46d3dee13a755d0129880cd01d7659c2bee0ea213eed9e 0.15 MB 341 52
275,899 275,899 00000000000000019da1b373b6f48f3dcf8ea389b11ce8a4d5ff6b7e4887af10 0.03 MB 74 47
275,898 275,898 0000000000000000b782c1e2c5ff09724f1b726f2dbaba724982039f1a391dea 0.14 MB 334 57
275,897 275,897 0000000000000000b72873dfda0123fa373cca7153dd0f638807e0a6155d086b 0.13 MB 195 25
275,896 275,896 00000000000000045099e945aa30c1909b8ac6a1cce24e53837f814df7c39033 0.12 MB 244 52
275,895 275,895 0000000000000003b68467741affff87279bdf78450cf52df056d2c6ef5903cb 0.48 MB 1,053 51
275,894 275,894 0000000000000000b17ea115cab574174a06c5e3ce651e14d6eb7caa5c98f10f 0.16 MB 353 65
275,893 275,893 00000000000000004cd7c51b2d46963c4a9822a09c9e79ce8383718edd0ebbe5 0.20 MB 459 53
Previous 10 blocks ↓
Total Size: 769.02 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.37 GB sent, 92.99 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.