Memory Pool Memory Pool Refreshing

6,065 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (610,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,112 297,112 0000000000000000719bc678def5f50f9e3587e65fd755bb6e6568bfef61a51b 0.34 MB 601 28
297,111 297,111 00000000000000007b1b2d73343c954c4fc4d99293bcb44e55533650e7ab7835 0.23 MB 512 59
297,110 297,110 00000000000000003824e554531d353188bfe184ca8d9c4e9a9c6e7c67148c68 0.25 MB 558 57
297,109 297,109 00000000000000009415b96d2fc36cf0ee511fb2936723e44dc9c57d3573211d 0.32 MB 516 27
297,108 297,108 000000000000000071d6bf4cf62976861d3818a302c88cd317539dd4a90dbb72 0.35 MB 878 52
297,107 297,107 00000000000000002f8f5a5622ce2901dcbbc790de8af55d07c3cb23cd590d05 0.24 MB 425 36
297,106 297,106 00000000000000003924908e6f66de19b79edbd8406e4fe8c148f7ac792e9792 0.33 MB 512 31
297,105 297,105 000000000000000084fb0b223db2fd6485a68baaf860d6201dc24430b5d1ad80 0.27 MB 286 18
297,104 297,104 0000000000000000284ce1195e9814634fb857060c345d7bd2038bc79950c55f 0.21 MB 512 44
297,103 297,103 00000000000000002d7aa9186c375245cdcd1d267aea04125271013a9c25eedc 0.12 MB 256 28
297,102 297,102 00000000000000001469ab76a5ff222fa12ed5a8453e942ed533825bfec8738d 0.25 MB 256 16
297,101 297,101 00000000000000009ba0fd3aa1ad71a59e939b82af1a0aec5865f34bc1140c5d 0.50 MB 740 28
297,100 297,100 00000000000000008b24140b8b36c79f3369e2f738715b4ba78be8529900b677 0.25 MB 578 36
297,099 297,099 000000000000000044b849e565425faf4d5e7b7b624524917adc2ed6a56e78f4 0.21 MB 436 30
297,098 297,098 00000000000000004c0782c9c86fdb401b7be526d2b7ffb3e52243b032e68e0a 0.13 MB 188 12
297,097 297,097 000000000000000096edc8eca6dfd3d407b4557914d54bcbcdda45b3f399da80 0.50 MB 628 25
297,096 297,096 0000000000000000613dfa8493c827d1a0d48e678d26d46e013e324227cbbdfa 0.50 MB 584 24
297,095 297,095 00000000000000006386dc897089a0fbc21ed4af04c61ff8267a95fb3e1a1bd0 0.25 MB 584 25
297,094 297,094 00000000000000008ed9d4b8615c6f3420871ec87c209cd6606caafb3da997cb 0.35 MB 862 52
297,093 297,093 00000000000000006fb77e525cf340e57057dbbe9c7aae968fa02935ceb33bb4 0.35 MB 768 45
297,092 297,092 00000000000000007794424987b47677f7f18f8500391358ca005bd3dcced913 0.80 MB 1,617 37
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.