Memory Pool Memory Pool Refreshing

6,699 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (784,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,033 123,033 0000000000003557028414eeb3597ab033c1d8d17bb275a0bb91bc06a8a8f30f 0.03 MB 40 451
123,032 123,032 000000000000508cd30e61e9c6f1a195abd5908ce99a4bae957bfbf6c8d115b4 0.01 MB 12 109
123,031 123,031 000000000000018184cdfd00e21096d3a93ca9a98f6a8ec343210a9e7b82d526 0.00 MB 7 0
123,030 123,030 00000000000038683fd5dcce64ff5b9e104544337d9b8567ef7f46be707eaaee 0.01 MB 14 461
123,029 123,029 00000000000023420fb712fcc3c49642bb9ae317d450233135450fcf84609068 0.00 MB 12 250
123,028 123,028 0000000000000d034680625254c85bfa3b08b375fd9b8785bf0fa3ad59555f4c 0.00 MB 8 0
123,027 123,027 00000000000033b953ece24f1224a300be76a1a6ce04ba0647f2599187c760f4 0.00 MB 6 334
123,026 123,026 0000000000005de379c99549d7ad4f5bed4e8b32006c36c1e65a9b18fdf62d33 0.01 MB 30 100
123,025 123,025 000000000000491030ce821bcd16cbcd86d31b7619c4a045ca7fc58c07612d57 0.00 MB 3 3,629
123,024 123,024 00000000000028b03914ddb4bc64191cb86e661aac45cbf47c733aea4248661f 0.00 MB 8 0
123,023 123,023 0000000000006498d2ae5b5ca67cbfa45641cd5c943fe0ad49525a4453573a4a 0.00 MB 11 213
123,022 123,022 0000000000000a4439782906e86848d585f7fa2f4fa2f84dfcf6f6b58b41fd53 0.00 MB 12 974
123,021 123,021 0000000000000f8e0977f88aa5ecb69dd98b3375e83ef7f58982678834e2b082 0.01 MB 33 214
123,020 123,020 0000000000000717d60be73b2b8330a29eeb1570c83e027e0d229edf1bda2430 0.02 MB 47 1,170
123,019 123,019 0000000000002b2d656691383feb574488fe2c1285b8d427acd205e049fb6754 0.01 MB 14 576
123,018 123,018 0000000000006999f6cdd05efdbb15c595c7987eff4c45ac8905586a5d3cecb7 0.00 MB 11 0
123,017 123,017 00000000000004952fbc5c9e12a9b4bb157091bfba35f7d9625ebe7d69894bcb 0.00 MB 11 927
123,016 123,016 00000000000051a18d36a15475b626f962b23ae2c356d07551049e233abf47bc 0.01 MB 25 2,252
123,015 123,015 00000000000001b0e9c6ed7c37333b65d0a7fcb5660945f50231ba8b41dfd8b3 0.01 MB 19 521
123,014 123,014 00000000000055c2c78c687e8a9c059863018d7bf865a04d0dffa01cda0a859e 0.00 MB 1 0
123,013 123,013 000000000000538142dfd628bcf2b60c75b817e43a7b0c637652f53e76568392 0.00 MB 15 970
Previous 10 blocks ↓
Total Size: 768.93 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,604.54 GB sent, 92.46 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.