Memory Pool Memory Pool Refreshing

527 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 509 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (625,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,169 282,169 0000000000000001ab294938732cc1ad67525a7628687cd975f676d9dc77db87 0.36 MB 541 59
282,168 282,168 00000000000000009812a4a1903fee4fe93f1b64d4230f0f0b9225199448f0f7 0.20 MB 359 35
282,167 282,167 0000000000000001d83e46d3afd623f97a1256868e80e3fc7c239d68850366be 0.28 MB 453 31
282,166 282,166 00000000000000009af17699e4a8b8c0605a1446ee2021688fa3cdf9fb1c432a 0.24 MB 431 41
282,165 282,165 00000000000000003eb5d6c02d694d3f79a736881235fff9a32377a777640a6f 0.09 MB 67 13
282,164 282,164 00000000000000024ea4aab5ecbe7954603963af5c736a85975529e45adace50 0.25 MB 616 49
282,163 282,163 0000000000000000f2ec022ef8c195d2ec57440e025d5aa2f2f4dbd4defb209c 0.06 MB 127 43
282,162 282,162 00000000000000018036a67852eda22b165d02d6e58c8e2ec723abd34be3cb0d 0.05 MB 107 44
282,161 282,161 0000000000000000f2d57f0013746fc0fc4ff53dfece951da8e8396b351dde0e 0.04 MB 101 80
282,160 282,160 0000000000000002149cfee6a0a1c7965d983b399c17a3aba3ed9bc43ecbc1fb 0.05 MB 78 64
282,159 282,159 000000000000000103a685c01f622544ee52f1a8886e90c11af0aaa0539db9cf 0.09 MB 132 22
282,158 282,158 00000000000000002d1e24d701320d424f7f81ccfc90efc2d0a88e20a099a093 0.25 MB 538 41
282,157 282,157 00000000000000009029079ed69772f96e2463f40e43f584671121fbf243fbce 0.02 MB 48 53
282,156 282,156 0000000000000000c5cf2813cf2c6d0913fe8db4de5c17f6ea572ee01c3ab20e 0.19 MB 356 44
282,155 282,155 0000000000000002497bf02a749820e371b7a34ffe21e805a00267cf3d0ff64f 0.01 MB 35 48
282,154 282,154 00000000000000013734e4207ce7cd36ec9ae654f9667c92b128ed1b75ca64e6 0.07 MB 144 38
282,153 282,153 0000000000000000b5e9e718b9136a43503441c6d0f8dbcaf58244214ada3d72 0.10 MB 106 18
282,152 282,152 000000000000000031a6d50b3eedde86a7dfb908c41915b21e99516f58ca7f2f 0.24 MB 516 47
282,151 282,151 0000000000000001f0a3be1bc70749eadf8da81883bcec3d8b6f0d308419ec0a 0.28 MB 369 28
282,150 282,150 0000000000000000f770b22d998ae2f097146f8ccb4dd5dba96cdc824f0570e7 0.21 MB 279 26
282,149 282,149 00000000000000014578555e859237366c0558e224e9456b4bb8ec804c5a96d9 0.25 MB 685 53
Previous 10 blocks ↓
Total Size: 769.15 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.26 GB sent, 93.61 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.