Memory Pool Memory Pool Refreshing

6,399 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,955 (746,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,340 161,340 0000000000000a201eecf256ce200d2c08290fe1a6cb5e9fe7e0f6c35bde0813 0.02 MB 21 186
161,339 161,339 0000000000000758765eaa01813d618cf38d78f5485679d16f91553f32faf09d 0.02 MB 25 84
161,338 161,338 0000000000000cf0c6b3bc68cee4948b27295e7da7123d7469af62975d59dcfa 0.02 MB 36 137
161,337 161,337 00000000000004e6615dae28d97eaf0a33325a2a1dd7654c180a2fa661bb5bc4 0.02 MB 46 77
161,336 161,336 0000000000000cc1b87204ce4aae11993c74e0ff5c6c4f91498b23a3e3d9f813 0.01 MB 13 15
161,335 161,335 00000000000001080a6be1f4cd148f991c1dedcb5172e59d9385fd00eb4fc81e 0.03 MB 24 173
161,334 161,334 000000000000077ff30a630bcc14572f367149148b817e6ac33aab4647de104a 0.02 MB 21 57
161,333 161,333 0000000000000a20f0f1b7a2989afcf1ef1083583b5df6992f988075574b6d28 0.01 MB 36 133
161,332 161,332 0000000000000400ced943dcd68c596cd44d28e4eed8f6456e97e1ef3093a61c 0.01 MB 19 94
161,331 161,331 0000000000000ce08db0a25da3bc28c32fffcb108a7201b14f75f6d6ec9e5891 0.04 MB 81 128
161,330 161,330 00000000000003da68cbf7f940d3bc91098b52569a2c0421c6f16a4ceccc715b 0.01 MB 14 46
161,329 161,329 00000000000002112e7ecfb64d848a2b79302fdafc9a69f9abaa39863648150a 0.01 MB 7 147
161,328 161,328 00000000000001d2d146cabe391ebe03be8b586cb77a5e9ceadbac2d187c3742 0.04 MB 33 131
161,327 161,327 00000000000002ebed87198a8192fc1136480c7cea8793e2a0e5f8db4a1ed7f7 0.00 MB 9 103
161,326 161,326 00000000000009c3cd0e033737d2061586052b3870b21b2f7aa289daa9dcf847 0.00 MB 2 113
161,325 161,325 00000000000008049564deccdb59adabd7c68657b7866bfd2146165fd9d07993 0.00 MB 3 0
161,324 161,324 0000000000000cddad08889409d17b325d30e2a026baa1d0530999d478711cf1 0.03 MB 66 24
161,323 161,323 0000000000000934fb1958ee1db3e5053efe2817c210ddc0428ba3cddad29f57 0.01 MB 19 20
161,322 161,322 00000000000001f8f00f09ef8728bd44c5f2a9d56afd67a80ef3f0ecd55163f6 0.04 MB 83 95
161,321 161,321 0000000000000d4772abf9c00e65b68140998e9837d4f803e64a91010d538177 0.03 MB 56 138
161,320 161,320 00000000000002c6486c5915a4dd48957149f61243ec5d77749859fb05677582 0.01 MB 11 38
Previous 10 blocks ↓
Total Size: 769.46 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,646.22 GB sent, 95.27 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.