Memory Pool Memory Pool Refreshing

2,345 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,282 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (683,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,861 223,861 0000000000000362a85b66379b629cc528cdadf41ecfc2ef8afbb857c839a2c5 0.25 MB 806 256
223,860 223,860 00000000000002740b2d993e18e442e666cfd416102ec994378b83931207a682 0.01 MB 16 263
223,859 223,859 000000000000039ed9b8e6bb845d0e3c47ede17dfd770dd0462fdefc8f46e3fe 0.19 MB 408 166
223,858 223,858 00000000000002aea727d199254462365eee289db91bb7f88aac101621f1233f 0.24 MB 397 176
223,857 223,857 00000000000001bbf44ba6b2bd36ca7ff1c9f92ec0bab06f4722870d91531fa2 0.18 MB 435 195
223,856 223,856 000000000000028776661dfacc88b6471f5282401126cae9b8831ab48cf5f30b 0.42 MB 476 108
223,855 223,855 000000000000027cce41da3afdfed376f2e19f7e088c45d61c10dc93cb27a82b 0.09 MB 240 229
223,854 223,854 000000000000000c4ca6d2016302bab8e1237ed220b2873149bcf02d97aff005 0.15 MB 268 143
223,853 223,853 00000000000002ae41dc09ba32306ff212f7c4c18333b6d3d6b306d3a33a546a 0.25 MB 534 158
223,852 223,852 00000000000002aebb3bb016c780f304f004c308256a629b506917c93e2701b7 0.25 MB 526 163
223,851 223,851 0000000000000281b587fefc21079830c41b4aa612c0c1ada2237876d3b02bfd 0.25 MB 485 152
223,850 223,850 000000000000020e0e5d32b455a944b184eabed003ac031ee0295967d17fafc7 0.25 MB 776 282
223,849 223,849 0000000000000342f01eca64cd1ad739012e5a52b354f8d20be708e33a5b3748 0.00 MB 9 0
223,848 223,848 000000000000024cb94a91e4cdddbb53bff5517fb3a01b64377eba6aae599c5b 0.12 MB 256 217
223,847 223,847 00000000000002012f6eb5c6fe41da2d6ab4846167469f7688285d67a2ec1136 0.00 MB 15 29
223,846 223,846 000000000000033c93fb179b270bd13a4b95cd2b1b5a82e0173edf18bb47cb6d 0.44 MB 512 86
223,845 223,845 00000000000002c5b77ae8abb82ab3a886d0e7243fbec30ce5e793ab63ec6337 0.25 MB 732 267
223,844 223,844 00000000000003c55da4b3f9e9aac525e6d655564a98a4596b791b84b79a2686 0.25 MB 742 329
223,843 223,843 00000000000001f791df10d7c156fb1db9b725dc9389d03435fd3a6189b5d997 0.03 MB 64 94
223,842 223,842 0000000000000213b1f1eb6fe2f7374840c781d8108d27f5e52deb5276a68a25 0.19 MB 128 76
223,841 223,841 000000000000004400f2f4fd2f30215348aa068ca2d0b958f12b7f25db04e96e 0.12 MB 246 168
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.