Memory Pool Memory Pool Refreshing

2,036 transactions
0.70 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
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (366,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,949 540,949 0000000000000000001fd3e1325586eada9927095ce4147d24cf8b8a67026431 1.17 MB 2,345 12
540,948 540,948 00000000000000000023cd61b87e2ea60560b3a6e1a05aa97d9985983e879bdd 1.23 MB 2,932 11
540,947 540,947 00000000000000000001f6875765d78819d430f8282d8f6db46e0ff57c93912f 1.14 MB 2,259 46
540,946 540,946 00000000000000000004f9bdcc05b70f5027ab30fa3b3d5cd97c13b3ce168202 0.28 MB 370 22
540,945 540,945 00000000000000000012ea1e855b661286ea5ab43cd54bdfc8fac06224ee24d4 1.17 MB 2,642 6
540,944 540,944 00000000000000000026c7d99fa81c4f3bb162f03cc1d924090e01411c6a06f5 0.31 MB 575 41
540,943 540,943 00000000000000000001abf4032b087aca2ecc662c2f2efcd9e9eb302b944dc0 1.17 MB 2,635 19
540,942 540,942 00000000000000000022ca6450ff15fe07699590ef8d0f3678cd0ebb96c63c5e 1.24 MB 2,270 31
540,941 540,941 0000000000000000000735e98a2acff2ec80aa3421355f45c54359c34fa9c8d0 1.17 MB 2,443 23
540,940 540,940 00000000000000000027e90ca76b102b1863044dd9d84e2d9fc5a3d826856c76 1.07 MB 2,213 4
540,939 540,939 00000000000000000000a44e34116e51ff9075ee4bdb401e89d820d4fb59cb59 0.87 MB 1,581 49
540,938 540,938 00000000000000000010e2815b576731717456b6dc3e2be5c558477b217a0ef2 0.39 MB 586 19
540,937 540,937 0000000000000000001a23a4c34345707aaf786e883b20c71d7528d3eb46b547 0.93 MB 1,785 19
540,936 540,936 000000000000000000113f6c82274a742ad21f337a9e01262221c0b5e57ac6f4 1.14 MB 1,637 6
540,935 540,935 0000000000000000002048dcbda7df7298ad15916769cf59293aa2604ad7262e 1.15 MB 2,376 17
540,934 540,934 0000000000000000000eca4cb44685b8bce18a19a776915b9ac926c2f5cf7ad6 1.14 MB 1,793 7
540,933 540,933 0000000000000000000f0bd3021fbc09190581676167b4214e77663dbb9c00f5 0.03 MB 81 70
540,932 540,932 00000000000000000017623c848e4f05ef7b4ac1237fa77fa8692e5cc5a2eee4 1.23 MB 2,220 23
540,931 540,931 00000000000000000025feb2fcfc726f7a7ddd4931f5462840cba23d00d4e908 1.17 MB 2,142 24
540,930 540,930 00000000000000000020da656221759f510c26e0b0311d7b44abdccd0f4aecb9 1.18 MB 2,430 22
540,929 540,929 0000000000000000001867f71b5da441ac84bdbc9924f943796741b982c9cae3 1.15 MB 2,183 23
Previous 10 blocks ↓
Total Size: 769.15 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,632.52 GB sent, 93.62 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.