Memory Pool Memory Pool Refreshing

3,787 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (224,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,135 683,135 0000000000000000000b3dd0e8ce07fbf3bd178779da6a93833f3396a39108b5 1.25 MB 2,410 68
683,134 683,134 0000000000000000000cf8a27c8b0463e56cf2adbb4539ee4d75501367799a36 1.47 MB 2,845 70
683,133 683,133 00000000000000000009a45f81a921fa556aa84ce410e1d95f5d517ce5923d9e 1.36 MB 3,251 94
683,132 683,132 000000000000000000021635e8d46e3e09fd738db3f7db77d5996ca9b23d06df 1.39 MB 2,622 80
683,131 683,131 000000000000000000074fce078cb10e5231e69fe0305f78f77b68bfea580771 1.35 MB 1,984 67
683,130 683,130 00000000000000000004686a9751cb79313d330a6ed24dfd042272c88edad30c 1.17 MB 1,379 73
683,129 683,129 0000000000000000000aa76c1fc19e7f01b4c4025bae27d4e9e1cf398393e90e 1.46 MB 2,836 102
683,128 683,128 00000000000000000002f499aae37042452c83f8fc0ed2a10c41261f76bc588d 1.27 MB 2,272 67
683,127 683,127 00000000000000000004f09f3add6b45ffafa3754a78a0a1e1734e8665208b10 1.41 MB 3,096 101
683,126 683,126 000000000000000000022ce5fe76aa878a43fb913250b0a61fedebeaae46a2a8 1.32 MB 2,200 33
683,125 683,125 00000000000000000003415ce5ff7bcdbe040189318aee323a60c06c2034295e 1.54 MB 2,193 49
683,124 683,124 00000000000000000008782acc480bbce5edd1286f492789724b74379c7cbcb9 1.41 MB 2,527 85
683,123 683,123 00000000000000000005c7e2d3f38d6bf04d2a1bd035aa6b6a01d8903522175d 1.39 MB 2,500 82
683,122 683,122 0000000000000000000bf4c570a8ee0f732edf44324ac30d8bad8bf3a19d57cf 1.44 MB 1,944 60
683,121 683,121 0000000000000000000582b6c86c8e2724f0fbca389601821e424add8c2fbd3d 1.47 MB 2,314 77
683,120 683,120 00000000000000000000142ca65ed8a48a28bee87addfb282f0342efcf0943e6 1.27 MB 2,274 30
683,119 683,119 0000000000000000000bde0ca7603d7f38f5ef544286cf133a4c36618798d62a 1.31 MB 1,853 60
683,118 683,118 0000000000000000000acaf37b7fa5d07244a9bb9491e6e4cbb39d408070ad36 1.24 MB 1,110 79
683,117 683,117 0000000000000000000bf07559a3de9af999c4a62ce01e4db39af533bf30e808 1.16 MB 1,150 55
683,116 683,116 000000000000000000009a86a53ef02a72d20dd4fa26d06a46d07eab80c3fef7 1.44 MB 1,913 58
683,115 683,115 00000000000000000003f7bacb1f1fec0fa5054b623d9d6f9a7edb72a462dc74 1.32 MB 1,803 17
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.