Memory Pool Memory Pool Refreshing

14,202 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,197 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (746,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,277 161,277 0000000000000c75a9b08b358fd097e29ec19677942d9bb04ead65b2ea97fb32 0.00 MB 8 171
161,276 161,276 000000000000042c4683cddc2d84fa2749cf09c4ee878229daa67a5535f8f5b3 0.04 MB 94 179
161,275 161,275 0000000000000b0de6bbda7450770afd6792e646109bee95293d784aff7db45a 0.00 MB 12 366
161,274 161,274 0000000000000c262e247dbaad609e6cd17453e20cd26fcb42eb3c47d8ed1290 0.03 MB 79 130
161,273 161,273 000000000000077c4da76d13b1319e5ae9b3867e45f2ad543b2845c9d8d97059 0.04 MB 145 0
161,272 161,272 00000000000005f47ace4bbe61e761b670a381bbb0d62ce759af50362aa12d1a 0.02 MB 47 209
161,271 161,271 000000000000032aa8d84212c1e0b89b1adaef6b517390a55c237c31f15c2b79 0.03 MB 50 162
161,270 161,270 0000000000000040c44fd0f5568867f6b3096dd99486f0a15cc6aaef91e65992 0.01 MB 10 39
161,269 161,269 0000000000000008461fc270fa6afa6120747750999234f14e717cf4de24e03c 0.00 MB 10 325
161,268 161,268 00000000000004894d69f9214a0d19d5272ae498d403cf3c48bdfa10895db49b 0.00 MB 11 0
161,267 161,267 0000000000000318ef76c5515ada5c2a372733104828a2ec956e8812ebb307ab 0.03 MB 66 60
161,266 161,266 0000000000000d65eded25b0662515e3195d08d1ac6024c30d93970db115ada8 0.01 MB 28 32
161,265 161,265 0000000000000b6b4af986b5c110aaf6aa0ba76be0232c8349d9c76613e4666c 0.01 MB 33 19
161,264 161,264 0000000000000ad207f41505f292cc3d2e3aed05a6c89af262b5df1baa82b22d 0.01 MB 31 83
161,263 161,263 00000000000003145c3a5ff0bd20a94323fa83c2e0e0cdca5ca218df2ad412fc 0.05 MB 49 47
161,262 161,262 0000000000000df7c2cb605e8827e8c12f85754e8a80afa8f45e584240dd1b35 0.00 MB 10 69
161,261 161,261 0000000000000acec15a0ba63447f75b6e97d88c55826e2b3d200686c0f7cff3 0.01 MB 8 73
161,260 161,260 000000000000045f4989307f17af755087f740883cb0294fb7cce3e81b5299aa 0.00 MB 1 0
161,259 161,259 00000000000008bc40f40d98c721de9cb46fc7198384d769fdbaa3490f1f0f08 0.03 MB 59 12
161,258 161,258 0000000000000c67db5689c727fe0eb0c02bf1787d32409359dc2cd379d4f603 0.01 MB 17 0
161,257 161,257 0000000000000630ced635100000ece3d599246d25c70180a47d4e166fe4f5b3 0.03 MB 27 273
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.