Memory Pool Memory Pool Refreshing

9,724 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (522,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
385,105 385,105 00000000000000000ae5d569e9b3e103c8f6600cd0bfdb96dd1186ad54a3f0a4 0.25 MB 503 31
385,104 385,104 00000000000000000ceeb47f3d37218a271dd5060640336cdc648afb2716e3db 0.09 MB 73 7
385,103 385,103 000000000000000003bb4d28bc367af38f517d719a234c8827ea97da8b68fa6c 0.17 MB 295 36
385,102 385,102 0000000000000000042f62489012045eae9eb8aa038f1f03bb5fa57d5402c26b 0.62 MB 1,411 32
385,101 385,101 00000000000000000d2c62e53d816b8e1967322ff4d8077b16d88591b1437134 0.54 MB 1,024 24
385,100 385,100 000000000000000009ff66a7a8199f266bddab1e667a3211a3484e62a92807d8 0.16 MB 397 40
385,099 385,099 0000000000000000071c6d6913602cb5e55871df2555b794d0ba04aa0f2756d9 0.14 MB 314 34
385,098 385,098 00000000000000000198c9bda650be9d87b7f2f9c62c40950fadacc155f55f67 0.36 MB 762 29
385,097 385,097 000000000000000005fe2d9d47bce9cdf1edb4d44a25be369710391c3a9382fd 0.20 MB 421 31
385,096 385,096 00000000000000000372f6b9cf812ec48f318f710af71c575039a0890ade93d9 0.28 MB 572 27
385,095 385,095 00000000000000000912766fee6c384b156e8ef931dbec21cccf6c1df8d2d339 0.14 MB 206 28
385,094 385,094 00000000000000000bf52a7bdd9896fa6925047d21cc91f6c49940000e775c4f 0.12 MB 171 22
385,093 385,093 000000000000000007789f1aba941883fc873bacd204d20dfb53d3103fad7087 0.17 MB 321 30
385,092 385,092 0000000000000000070f4deda24b8d2225ce36bc1d8069f40c764d56e2cbef44 0.59 MB 590 15
385,091 385,091 0000000000000000009e75e52016c3d8d3f2ae999b21d62cd62f8df197d587ea 0.69 MB 1,597 36
385,090 385,090 00000000000000000e0a819bc6833a57d90a4fba1590e61eff57a1b7d326720b 0.00 MB 1 0
385,089 385,089 000000000000000002f3e790fdf5df00da2c056bee447081f9b438da0b9f906a 0.73 MB 1,083 20
385,088 385,088 0000000000000000099e9053d8ecfe0dd4b991c555df59fdf3423b3c8d02162b 0.93 MB 2,775 44
385,087 385,087 00000000000000000e4dc8eee712d40b0141cd97b18c33e15cb62f80d2e8062a 0.92 MB 1,310 27
385,086 385,086 00000000000000000e3fa3178af6a63aea3344df8a755f79434b09f439df3496 0.25 MB 424 24
385,085 385,085 000000000000000007f9effa59ed188852863107635cd01b757eed92b4ef3ffc 0.05 MB 75 34
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.74 GB sent, 93.00 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.