Memory Pool Memory Pool Refreshing

4,001 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (728,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,373 179,373 0000000000000402465fe88e7d0a4ad122f12bf2ac52112ef13023d1fcb2dbcb 0.05 MB 106 97
179,372 179,372 000000000000012f36f2e07045ddfbf1fa39eb7e5857b4cd714ac00de99f0268 0.01 MB 37 124
179,371 179,371 00000000000007ef8ff959b6d0d0325d54af735eff23cb4496bfb37f9f11908b 0.01 MB 21 61
179,370 179,370 00000000000009abc24e5df650f0d139833216a199d8435525d95172d9b236b8 0.05 MB 110 83
179,369 179,369 000000000000033ab43c28b7469b059e4cef4ae62904d70dc0113b0debff7eab 0.00 MB 1 0
179,368 179,368 0000000000000a881c69977c9379b2e3ba23dd520d19addcf0538cbbce92aa9e 0.05 MB 125 107
179,367 179,367 00000000000001859add4331085cd5f8e96c16a638ba27ba0b24be301b403fa2 0.07 MB 155 183
179,366 179,366 00000000000008db0ca880df1f4f451ddc900e6c631840904a6e7617a927c5af 0.13 MB 150 203
179,365 179,365 0000000000000115648e0cc859ec890d7eec4fb4329b69c0213b566850af8ebb 0.01 MB 25 82
179,364 179,364 00000000000001fbd87dc7a2ca52346c9df564da2f4da03b3fc89b03fac15715 0.00 MB 17 313
179,363 179,363 000000000000059b18aa5defdb6f2759ef1d687c092050e2e91b1fb7f7559521 0.02 MB 46 141
179,362 179,362 00000000000004d0b9045fefcebb7290a7f960ae283b3ee199f5ff92cf9ac2de 0.02 MB 50 18
179,361 179,361 0000000000000a106c107979be0ce62defc07205dd0d6ccc284fb2bfa491b33b 0.08 MB 201 144
179,360 179,360 000000000000068339f4cf69ce6496b6b20db8aaabfa70d3cd3b2b27743ab2f8 0.04 MB 86 139
179,359 179,359 00000000000009cf19a5ae7952beb6a6ddb21fb7980f44d47edde9480f21ebdd 0.06 MB 92 304
179,358 179,358 0000000000000984b9468f5fdb1ccdc453f0f993852214b016aec100181ee3e8 0.03 MB 60 127
179,357 179,357 00000000000007516a20ee886fcc9cdc8d755f648e5678b73f78e2f981a7a3e8 0.01 MB 16 202
179,356 179,356 00000000000005b22b756d2cedbd1fa99e17d577d18aec270e2ef960a3b6fc2a 0.01 MB 25 151
179,355 179,355 0000000000000002b51ad85f22ac942fc8d566e5ad6914e8bfdf769257327a77 0.01 MB 25 2,989
179,354 179,354 00000000000002b1dacaba82a4f144017ade6212321b916757fee184fb3b7cd4 0.01 MB 15 642
179,353 179,353 000000000000066b7173d870b93d39de9f720e876745db8ed7be2a6cf6c78a20 0.04 MB 53 96
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.33 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.