Memory Pool Memory Pool Refreshing

1,852 transactions (0.60 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (8 blocks)
  • 3 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,952 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,951 (839,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,213 69,213 0000000000b39dcc684983c83afdc49bc709e07f81a67a5ac4f8b7d16717b722 0.00 MB 3 0
69,212 69,212 0000000000db5cbfe0f35f36a5f77768632582f23758f2a705e65f848fbf65a0 0.00 MB 8 0
69,211 69,211 00000000001be47647a1f76e5c9641ea5b0cc7dcb59de4d084934d5e2f1f0fc9 0.00 MB 1 0
69,210 69,210 0000000000d4bc23926c64650e6f82d4c287de336bd0c8320b37dde13bae86f9 0.00 MB 20 0
69,209 69,209 000000000086a6dcdbac2e3cd151247894ea91fb80d73e188e18223fbb4f011b 0.00 MB 1 0
69,208 69,208 0000000000502f1da2487dec7c236a5e968e232692abe49c53f1e55327c680f4 0.01 MB 28 0
69,207 69,207 00000000008bfe589d93db8040aecfde6091072a4e9098cc75e72fb1f5600a1d 0.00 MB 2 0
69,206 69,206 0000000000d9883c3a5580d0665e00a24628dd350cbb9663c545a36cd698e2f9 0.00 MB 1 0
69,205 69,205 0000000000f306f3856f7b10628751c33783dcce3d6685c638eb68e3941605ae 0.00 MB 8 0
69,204 69,204 00000000005e184037e16c0689f18ba77e8461db2f83eb02b6dad9f54ec41879 0.00 MB 1 0
69,203 69,203 0000000000ecd223131fc68c265cbab1da9eed03916bcae0814b028fd5288acd 0.00 MB 1 0
69,202 69,202 0000000000974949f3062150bc3b7fc78602f1b0d3d9c807d7990c3e81f38c4b 0.00 MB 1 0
69,201 69,201 00000000015ceb76398c527b784d93fd66b3f3a2cfa1e7326ea46a5d3c52eedb 0.00 MB 4 0
69,200 69,200 0000000000521b396f7aae11917de742c787b7e00ed121ad9e8e9f7b450b4750 0.00 MB 1 0
69,199 69,199 00000000005b79f11923935e5324f75156fd668346a8efde552077b9b6ab31c3 0.00 MB 2 0
69,198 69,198 000000000158005143b581b878bbaf8d6260fad3380943dd7e47be57a5d1adc3 0.00 MB 3 0
69,197 69,197 0000000000430c9a7e72beefc7b2af07b70bc78ea00028311cdb8379db1d0ec5 0.00 MB 2 0
69,196 69,196 00000000005ae0003ecc32c5d35a72a76b914775f28e4a96f95b07c7a69b17f5 0.00 MB 2 0
69,195 69,195 00000000009118992b6fd4a59c2c639aa1643ea2ce2009fc264e8dde48a0aecb 0.00 MB 2 0
69,194 69,194 00000000006dd4b42ef75578a4e8cf1d1304477fc5c01b8c69e03aee409d5337 0.00 MB 1 0
69,193 69,193 000000000058ff9606d4f757a2667d578948680e593d4222d5aca9784fbb7feb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.46 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,866.12 GB sent, 104.66 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.