Memory Pool Memory Pool Refreshing

8,806 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,498 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (713,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,934 193,934 00000000000000bd2c425f95dfa94791652bda287d5e71d60107a71c8d8f4b25 0.09 MB 260 449
193,933 193,933 00000000000001fd936f589ec005d900f0c051e63f2103ea6331bca46466ef5b 0.00 MB 8 0
193,932 193,932 00000000000003058a3ee28114fd865c3dc937b973d1ce902072ea1166600de1 0.26 MB 665 161
193,931 193,931 0000000000000769c4058b32c803699485275698cea8bd45042bdee4d2ef9882 0.50 MB 831 30
193,930 193,930 000000000000030b93239641abb73c92421e9dc0921f672a51e0bfbf05b860cb 0.05 MB 121 15
193,929 193,929 00000000000000cec8802fe8110c7d1a03b51fbba8e4d3f13ec197ae95356b23 0.25 MB 715 87
193,928 193,928 00000000000003e075b2f3c9b45313c86d5be25828fea82dadabb9ba3d2a3abb 0.23 MB 589 159
193,927 193,927 00000000000004abca35e6ba287d591901e3abf0077603190167f709df3995e7 0.02 MB 61 168
193,926 193,926 00000000000006daa211091921517dc5fcfeaa36bded0d9f39a010958d27088c 0.05 MB 152 5
193,925 193,925 00000000000006580da5a2891b0cee38438c304dcf80a481ae814c43b422cc21 0.14 MB 290 136
193,924 193,924 000000000000065e4a47f7140bcf05418af5a467505345fae0a8dae1179dc611 0.01 MB 32 0
193,923 193,923 000000000000003a758b562538e37ad93b94bc9f824baef3427b873443eec807 0.12 MB 326 163
193,922 193,922 0000000000000107e14efd78d0ea40c5a5d39edb0e73a14d3a21f33537fa2a24 0.10 MB 191 192
193,921 193,921 000000000000050a0bd97fe05047310121373be73ed3c279725916c08c61014c 0.17 MB 409 154
193,920 193,920 0000000000000290fd0f547eb5f87d419e41af083f0f687403ddaffcd228db8b 0.00 MB 10 0
193,919 193,919 0000000000000713cd1c29bd54a51b8d1c799dc95560611aaaec2997f9d54e62 0.22 MB 512 135
193,918 193,918 000000000000075ad1875b12a00c7ef37be5014cd0bcf568b07cb5601fc48a9d 0.04 MB 125 115
193,917 193,917 000000000000022a6dcc7f8c2af644c0504a6c0f4001d875cbe81d177cd1abd9 0.00 MB 6 295
193,916 193,916 0000000000000742d6a91662b8a4a69e4c1fadf14cd77d5416dd59137b6bcf76 0.08 MB 159 161
193,915 193,915 000000000000020d0a583b154acc1d42ddd109b7ea9eabf65859f4b25e7195d8 0.04 MB 144 22
193,914 193,914 0000000000000419083d1f951fb8aef217999c9ae22ee5658bde0000921ad98e 0.15 MB 389 183
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.