Memory Pool Memory Pool Refreshing

4,310 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (684,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,884 222,884 0000000000000217c091f7cdbc8608e17063b40f06dcde9c881e091100172e30 0.25 MB 469 169
222,883 222,883 000000000000005059cfefe6e3624c759f92503a2bf162df4d4cfc07e77e5fc6 0.00 MB 13 30
222,882 222,882 00000000000003ecc7a4c11740083066f9535c721ed902eca234b5cb8b795250 0.17 MB 256 57
222,881 222,881 00000000000001d3de87fc541058c9ab458a08c438fa83999c21aef390ae9720 0.25 MB 830 313
222,880 222,880 000000000000046f70d2f925e288a91330c84c0a8392466ed31e40ee16433cde 0.00 MB 1 0
222,879 222,879 000000000000008ee99e7308746504db9b1407b1f22ab6b5185c5f47a60a23c9 0.07 MB 154 209
222,878 222,878 000000000000001a78ae3733777b073b37971d4388fc0faa87f74c448bad2ae7 0.05 MB 125 36
222,877 222,877 000000000000043dbf413d2b21f23e661153ee095ee53a9458fc5e88937801e4 0.15 MB 335 165
222,876 222,876 00000000000001522ee480ef2eba90c52d5f4ac35cb7777aca71c8738d6e4988 0.29 MB 669 192
222,875 222,875 00000000000004478945116c283a618616e410b2340a7332032cb0a260542891 0.00 MB 1 0
222,874 222,874 0000000000000015df39f3f4d9602f7f1bab63d7b3e672a2b2fafd6c71afa275 0.31 MB 660 157
222,873 222,873 00000000000001b72ef0f3a3cb6bc477941404d6dd0735ecd5a6bdf01d991efd 0.27 MB 264 101
222,872 222,872 000000000000037d581b864df9f8979d9f24921851d0ec3fc726538b9b9b58a1 0.24 MB 284 85
222,871 222,871 000000000000006bd987e29a5bbbaefeceb306b15cfd660233275a36558b6ba6 0.25 MB 751 263
222,870 222,870 00000000000000ffe6589a2cab43a117edb4cef9a563c8cb0b6851dcdda297e6 0.25 MB 511 188
222,869 222,869 00000000000002dbb3266ddb2dc7d2b68648b84b47a1334cac798546ff30b142 0.25 MB 496 171
222,868 222,868 000000000000009ff6dde91c1816dd8fe1e402516c720cdf73bdcf9888e7cb22 0.14 MB 355 281
222,867 222,867 0000000000000010d9b9f3004df410dcebd46ff4ff3a684c8cb4e27f7073e103 0.03 MB 58 254
222,866 222,866 00000000000000ff84acbc092da38251fe8375e4581e0b8bfce12ab7ac3cc777 0.08 MB 196 218
222,865 222,865 000000000000043482dd8e2e6314740e6c1bda3de077fea289538184e0308b37 0.14 MB 370 226
222,864 222,864 000000000000016cd2eab99cb4a15331402f3d3ff954782cb398dabb81b1938d 0.11 MB 300 224
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.