Memory Pool Memory Pool Refreshing

3,571 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,796 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (76,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,298 831,298 00000000000000000002f1bb08d93bcf99d803c5f8fb35702cda868bc3acccfd 2.28 MB 3,621 13
831,297 831,297 000000000000000000002425dbc617890538a7d07bb8e139a639b09ac75ad566 1.75 MB 3,451 20
831,296 831,296 000000000000000000023db7febe0068eb0a58d7b73fbe28cbf8830c374a6e6a 1.82 MB 4,287 23
831,295 831,295 00000000000000000000b85d15888ff459ef6f9c5c1caa353f6d515f6d00fff8 1.97 MB 3,573 24
831,294 831,294 000000000000000000005762c7bd903d2bf63310d530113ff7d86de4597ed1c2 1.84 MB 2,174 14
831,293 831,293 00000000000000000002184ca6db892ddeb43d0b44b406d675c0a5616fb6127e 1.72 MB 2,545 19
831,292 831,292 00000000000000000001011fbfa512f3783a6213f8cfbbbe2f0d375fa5bc90a4 1.83 MB 2,452 22
831,291 831,291 000000000000000000023e853a4efc6ee20fa78a85b9098f0c4b5b83b6bbfb7f 1.80 MB 3,036 26
831,290 831,290 0000000000000000000297026288793f6b089100b7ce718497f0dacde49ab333 1.62 MB 3,529 26
831,289 831,289 00000000000000000002f0b0da36200f2af02ad63a81d9c8ff2f1af87587001b 1.53 MB 3,416 39
831,288 831,288 0000000000000000000001689797bdb32cab5ad3ad2644cfb91932fbea91121d 1.86 MB 2,375 21
831,287 831,287 000000000000000000031209f02904dbe13635ac46d190c6c4d6c4d9cf26f9de 1.79 MB 3,031 27
831,286 831,286 0000000000000000000154725c5da7ad7a3a2b77611754032442c5729e597c2b 2.08 MB 2,064 24
831,285 831,285 0000000000000000000140625d457d0e89b49c53ff0a3cb0fb567932618cd037 1.61 MB 3,489 29
831,284 831,284 0000000000000000000230efb060a0e90dfd02a9e3ede0a2f526352737dbc7dd 1.61 MB 3,457 34
831,283 831,283 00000000000000000001f3c62221576e5d8f384eb8a71a2a818ab13c439a44ab 1.78 MB 3,373 22
831,282 831,282 000000000000000000029ee7ac8fe13b95be3e547c36150191847914449045c8 1.59 MB 3,178 26
831,281 831,281 000000000000000000034fb45ab43307ba3f4d87b78d08a6721bb3a54fe0ee42 1.56 MB 2,969 29
831,280 831,280 00000000000000000003259b892fe5c115ab91a34609f9032e2db31002adb71b 1.66 MB 3,199 33
831,279 831,279 000000000000000000030c34133ae6e8b938dbe30220fce5c29c10446df58c32 1.59 MB 3,890 33
831,278 831,278 000000000000000000024fe00ac85679096ee1837bec6e0e63615a940882fb6b 1.55 MB 3,291 29
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.