Memory Pool Memory Pool Refreshing

2,322 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,208 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (702,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,937 204,937 000000000000054e0cb4ec69fe0670de5f2e96711a2ce66c47c6f714baec12ed 0.17 MB 266 34
204,936 204,936 00000000000004ffe33f34b0db94227130ba2bbd153ed061754a8330b105c326 0.08 MB 178 108
204,935 204,935 00000000000003451a9ce05ba0a8dea22abdec770469485596d3ab6da6e998a8 0.21 MB 522 155
204,934 204,934 00000000000000675d5ad9e2162a1b9e1872faa93696044613d693e0202a52f1 0.00 MB 14 15
204,933 204,933 00000000000004843331a4c3e5d08a101c47e05cc4e38fca05b48b8a528a3aa9 0.09 MB 209 100
204,932 204,932 00000000000003b132b833b7fbf50c84f298c45ddb2601ef20698755062e3be0 0.06 MB 154 135
204,931 204,931 000000000000042a34befbf07e8e6c3e09a66cb9cec063a639582e64a7a06742 0.04 MB 94 52
204,930 204,930 000000000000053f3a67751a6a71c64349cf0528a177399b0fae75ed52be88f8 0.16 MB 291 162
204,929 204,929 00000000000004e49429e59e52a82f85b79dd55f96b8b3116385a3c140ae6a06 0.19 MB 299 125
204,928 204,928 0000000000000152d7c4c38e7488c13e96c3661ebfc9e875a1800c7391995252 0.02 MB 44 123
204,927 204,927 000000000000021df0d1395d4bf156c5a638f6d066acfd69c2aae563f5b1e7a9 0.23 MB 598 89
204,926 204,926 00000000000003e4d66d274015afa5bf1713c4359e17146752c229e39b7c2e9d 0.19 MB 409 145
204,925 204,925 000000000000036d1d3dcc7f061c850767861ad3716b2ff7525a860157061e3a 0.06 MB 148 114
204,924 204,924 000000000000012c75b17d2a05afc3ff1c7aac0b8771b96283e054efc06deb14 0.02 MB 46 15
204,923 204,923 000000000000035ab0ce02445a4a34ddfef0072cedc9340a3d91ef0bad348a8d 0.18 MB 413 136
204,922 204,922 000000000000048b4f23263d7c8e7c82a87394c6da34c9f3e0a631572567394a 0.08 MB 255 462
204,921 204,921 00000000000003b3bfb1704aaafed3dbc990a2904ddc62c09d9917f116b50269 0.05 MB 153 140
204,920 204,920 00000000000003dc2a23fb5f1e0673a8df7ff79dd885e474846246cd09cf3d50 0.18 MB 342 124
204,919 204,919 000000000000051f34366ce40dcec60de0fef6cdc4b2d122401d587a2569c119 0.04 MB 103 142
204,918 204,918 00000000000000674256b38c2b5f9d8b63db08e966e3c855f7067c93a7d9b927 0.09 MB 175 116
204,917 204,917 0000000000000116f1e4c47136bd372c9a836cc9b873f9f659a298a2adc9efd2 0.04 MB 124 114
Previous 10 blocks ↓
Total Size: 769.21 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,634.27 GB sent, 93.97 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.