Memory Pool Memory Pool Refreshing

2,141 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,128 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (692,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,072 215,072 0000000000000466103544f152cecac093b67148e394c0ab5c89f8c3b424dec5 0.06 MB 196 125
215,071 215,071 0000000000000179ce2e1497794a07ddb48883266ff066545089695bbef03012 0.25 MB 523 183
215,070 215,070 00000000000001ccf44052629d2ad44347cade6d3158cb6e7a6777e2599b76f3 0.25 MB 747 297
215,069 215,069 000000000000011dd4f863435b2a1a244f932405d7838482999a9ae5124c2d70 0.44 MB 966 195
215,068 215,068 00000000000004f3b0ce8abf320ff150f8298e72fe81e05d91e690fca5c1202d 0.08 MB 163 160
215,067 215,067 00000000000004be06c86dbb1446762d5256bc205b0adff122d0c5a1771c4795 0.04 MB 77 75
215,066 215,066 000000000000045f00d94f652ea38518ba8edabbcd3e041da3fdb0032429d1fb 0.18 MB 503 238
215,065 215,065 00000000000004f7e2f80d3e79e0845744deaed6480c030ab6aea3a3e7ebec4b 0.22 MB 491 161
215,064 215,064 00000000000004d371d8eff4e2e63c97e83add3b1f042a16187317c9e6d5617b 0.25 MB 644 326
215,063 215,063 00000000000004024d8a0ca4378d4125386f7bc7a4969df611223aca84c62f78 0.12 MB 177 135
215,062 215,062 000000000000044c8a14efa155b96026ba376193f248c729ca4e83a31d5e5df6 0.13 MB 300 197
215,061 215,061 00000000000003ef904d529224c601393e7c87d4064a1c08d5d2a2806c7c5883 0.20 MB 403 148
215,060 215,060 0000000000000077927d5439d513642ccebe6eba6291d39b173883a8fcf6d29e 0.25 MB 635 203
215,059 215,059 0000000000000152790c7eafa3ac089b98c6c4162c94db9069cc0cd0e6eeb631 0.12 MB 255 168
215,058 215,058 000000000000037716b69c45cd41cdc9a1c47cbe702d79669e16a49600199506 0.10 MB 220 187
215,057 215,057 0000000000000208b5584c8a7001c9915a0f9d6c87847224753e316b9fbede9d 0.00 MB 1 0
215,056 215,056 000000000000006cf41c44c4c9c2306df7231b4b6818e4c87fae21bc202b9ea6 0.11 MB 256 168
215,055 215,055 000000000000000b34a2d1aadd8cc4436678b643612688b1f019e26d8b0a9a19 0.16 MB 426 187
215,054 215,054 000000000000008f6bf0a9b07d3bbd92347fa51d3f7aef51ad931d8901f9d386 0.12 MB 301 168
215,053 215,053 000000000000019c7c155e6a7806595998330db3f735670bb8309b1b33f094b0 0.09 MB 189 166
215,052 215,052 000000000000031e49539a52df3471d2676fe8996b9bb6fb4080142b128b8c39 0.11 MB 268 182
Previous 10 blocks ↓
Total Size: 769.06 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.82 GB sent, 93.17 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.