Memory Pool Memory Pool Refreshing

7,953 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (609,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,667 298,667 00000000000000007c861fece9c67ff8299ce89ac17dcd6c384b43a36ea2ecca 0.01 MB 28 90
298,666 298,666 00000000000000004120302c4f2d1d5c1c6c90dba6acfdf65a62f1366b3c994b 0.07 MB 144 31
298,665 298,665 000000000000000033348ce091adc98f9f3da917c95d02314637d10676312f42 0.17 MB 321 30
298,664 298,664 0000000000000000414f4ef61dbae05beddedfa8d6ba6b3b3613d183d4ae0cc4 0.04 MB 89 34
298,663 298,663 0000000000000000400c22cd6a6feacfe59a8d61d8243eb5201d24c17449309c 0.23 MB 220 20
298,662 298,662 0000000000000000187e7f565cd99cfa20730527e20615cdde65d97b9f86a340 0.35 MB 515 26
298,661 298,661 00000000000000007f74f6923773a29eb242d8056dfcf74fe6059896b59b80f1 0.35 MB 859 38
298,660 298,660 00000000000000008736cec2d4c2fa3a099cb289b87adf43b5a92eaa908a10d3 0.32 MB 597 30
298,659 298,659 00000000000000007deb318effafb123d988c9fe1a86a028ec8526790a36c1cd 0.24 MB 418 24
298,658 298,658 000000000000000059dcb8c61ebc07303be705025cc3b30a163db3389042abfa 0.09 MB 156 25
298,657 298,657 000000000000000010ea82d4878586f0f5e92f5116d0712e086c62b5162a9e2e 0.66 MB 1,024 26
298,656 298,656 00000000000000003eb64dc23eccf9e85fa82685493381ff3a00dbf54a5ee8fe 0.25 MB 775 54
298,655 298,655 00000000000000004f0ffb27e86e9ec6263079008c79dcc6593c92492f0d23ae 0.14 MB 257 53
298,654 298,654 0000000000000000200468aab6712ec0c9c5d885c2b1a7e9306227ee982038c6 0.28 MB 557 34
298,653 298,653 00000000000000003db2d2f6ddcdeecb1a9637913071d5433269d34da6b7fc50 0.22 MB 235 24
298,652 298,652 00000000000000005344417085874ad4cd7d8e34b85dad37d3daf125c7f8acab 0.35 MB 888 41
298,651 298,651 00000000000000004e2274313736c2713d215ef3e6ee9f11003944e61980aa55 0.19 MB 319 33
298,650 298,650 0000000000000000008b7892a7c853e090325629d60ee1e0d43433671c604f33 0.18 MB 340 32
298,649 298,649 00000000000000007a0b82bc6af87993d578f39a954898d19cedfc00caca8379 0.10 MB 256 36
298,648 298,648 0000000000000000287296f981b8e4d1ea7e0c1738a5200b7278f52e33cfe1c8 0.16 MB 238 31
298,647 298,647 0000000000000000684ef040e5a1d6db77354e08c37fb4b5ddd1c48733850099 0.50 MB 422 18
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.89 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.