Memory Pool Memory Pool Refreshing

1,395 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,387 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (294,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,214 613,214 0000000000000000000a087fcf2f762311b5d10f55326016e74799565f4d3dd9 1.31 MB 3,254 21
613,213 613,213 0000000000000000000c1684f748835c580bef896cf5f8a10a10811228b8692c 0.00 MB 12 20
613,212 613,212 00000000000000000010a9b91d5c2da55843ad87ba6d61e0ec0327c036c5592a 0.64 MB 1,525 21
613,211 613,211 0000000000000000000400cf82cfa53e7a29273e5847fae76b521601906530cb 0.52 MB 1,351 2
613,210 613,210 000000000000000000095ccefd0b680b25d5ea09c2e69e0b0c69952677840ffd 1.30 MB 2,568 20
613,209 613,209 0000000000000000000f07aa321f0e9c8e5fcb003b039e073c91917dfc875642 0.40 MB 1,157 15
613,208 613,208 0000000000000000000f6cb291c52ab6209ddbc0dfdbaf650afd508489a81846 0.68 MB 1,317 16
613,207 613,207 00000000000000000000a1e3e8b59350126ce2c67ce7e05e02e782498281f80e 0.33 MB 811 17
613,206 613,206 00000000000000000000c5eca3c2f2aaab931843771234f2b80e0f224cab1647 0.42 MB 1,106 2
613,205 613,205 0000000000000000000c2ea7e89e3c0a9b316701e3a18dfcf584eae34809b063 1.29 MB 2,560 22
613,204 613,204 00000000000000000006bf0e497568e725a3d955125783a980155ce8fd79b290 0.06 MB 156 16
613,203 613,203 00000000000000000009dc7b1347b9ec2c4e583a69d4f1b39caa017d57eafa74 0.88 MB 1,776 16
613,202 613,202 00000000000000000009f45314693dbe47de6d58009b04349e19500f27ceb8fe 0.68 MB 1,578 25
613,201 613,201 000000000000000000129ae94c0410fef11d152f6203936ef6a05e11a3f7874f 0.44 MB 1,219 14
613,200 613,200 000000000000000000005886e83add4affa7d75c86f8e12d2d034f39c0b883de 0.66 MB 1,495 17
613,199 613,199 00000000000000000009546bd7348f429d795189e1f9a427b9626e34f269a5e2 0.74 MB 1,721 18
613,198 613,198 00000000000000000009684cd4205fd7acd37460bd939e3c6e7334ae23fae610 0.03 MB 101 24
613,197 613,197 00000000000000000005fea9caf96e9a1fca4307e1879eca09fc77b6c893d717 0.02 MB 52 13
613,196 613,196 0000000000000000000e27806290b5dd6f05af22bba4c4f542d4a930d168ee5b 1.05 MB 2,438 19
613,195 613,195 0000000000000000000c131a68b14887ecac1ed692b2251db6e0ad7238c07c78 0.02 MB 49 17
613,194 613,194 0000000000000000000bde84a6241927501d1ef64c30829148145908fb06b1ad 0.04 MB 122 10
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.