Memory Pool Memory Pool Refreshing

18,599 transactions
5.95 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (615,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,276 292,276 0000000000000000189e892917202d53d22ba1fab967c88361e99850db3b2f0a 0.37 MB 667 32
292,275 292,275 0000000000000000f9ec16d0a621edf6511742bd77d60d9e2ee069ce47d709f9 0.14 MB 230 25
292,274 292,274 00000000000000009bffde55c6176c1546c6e24e82d3024c305f57afe1e575c9 0.10 MB 157 19
292,273 292,273 000000000000000096830986d2ba1a9b97739f4183af1f1a71a9dfcc53ae59b3 0.38 MB 667 38
292,272 292,272 00000000000000004a4dac874784646317a48e1def1b7a1999e60776466dfa80 0.07 MB 50 11
292,271 292,271 0000000000000000c933ababb376e9b0a738f762fbb85e797464c81cd205ce8c 0.20 MB 192 17
292,270 292,270 000000000000000058dbd724ee855d682fea425d0366356bd8ed06aa47ec76ca 0.90 MB 1,057 19
292,269 292,269 000000000000000063de9acbd6e8038b37644b0ecf67883ae9bdd35226d52022 0.35 MB 1,036 63
292,268 292,268 00000000000000003db301489cfc759d1be68a1f7dc463e2c5862da6a08eab8a 0.25 MB 484 24
292,267 292,267 00000000000000004fc69550f54cb8282e04c6ef415df791c97d3f8d9171d706 0.35 MB 973 37
292,266 292,266 0000000000000000f7d19ec6b9d68a9c4dc345fa05ff54c1fe20bebda6390e76 0.25 MB 892 73
292,265 292,265 00000000000000000e3e0fc8bfb03279166710a1fd2c7dd087669aa47afc4e7e 0.35 MB 542 24
292,264 292,264 00000000000000003e600fe9e4b51277d2da00d091223e28b1d62a07bf0fce03 0.35 MB 1,002 55
292,263 292,263 0000000000000000eb9fc4859928e6205df95a78f8d9ccaa1efad0f40b5c3cf1 0.15 MB 300 49
292,262 292,262 000000000000000084109e942c5b6213dce8328e1d48464f9d0e972a20f50775 0.15 MB 296 36
292,261 292,261 00000000000000005ea28e5a0835047ceabf039b52176bc5a1474e01bb37e6c6 0.04 MB 122 44
292,260 292,260 0000000000000000b8908bbba74e62e4aa13a25583cc49ec7a2b6a23d562d50e 0.15 MB 242 29
292,259 292,259 0000000000000000b1ae06be13d7644757af835204ac45dc7fa6e5604856a342 0.09 MB 182 36
292,258 292,258 00000000000000004e5d89e550be505e16b4a72184d40620862396238cd4ec16 0.13 MB 268 32
292,257 292,257 0000000000000000b6ed3532ef06a3cfa565a9cee54654165aae9c4b20f30f8b 0.08 MB 171 37
292,256 292,256 000000000000000015678deade732be3ab6159b1eb9c246df6e81ab13b4dfbb6 0.04 MB 64 27
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,624.37 GB sent, 92.99 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.