Memory Pool Memory Pool Refreshing

5,575 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (780,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,179 127,179 0000000000001935bda7a64485f2a07d10b6f957fea48bb630c67e81b7f89537 0.02 MB 53 241
127,178 127,178 0000000000001fc093e6bbcc91e06a2504d88d2451cb74ddb719a5c2eaf05be4 0.00 MB 2 3,861
127,177 127,177 00000000000011014cf8a514459f1bee8e8acd393fca374f6702d03a58d6db79 0.00 MB 8 1,128
127,176 127,176 00000000000005ae26f4286c04384f55b9426f97a77ed0ec8aaea4b554b23852 0.01 MB 36 118
127,175 127,175 0000000000000cedebd44f2719ab94025cdbe63ea2560fe7e57d8e53ea7d652b 0.02 MB 67 1,428
127,174 127,174 0000000000000500cae209402fbc7957e020e82d9dcd1e88f548aecf23bb8654 0.02 MB 50 463
127,173 127,173 0000000000002293712e61bee8287b0c82322cb42f3719c66cb471b3a858b594 0.00 MB 3 3,021
127,172 127,172 0000000000000cd25c47790f0bb836a24b1480c3b9080723e6e22a30e5b722a0 0.01 MB 19 549
127,171 127,171 00000000000012b8aae5a32b8c587131facc4a3d1b17a84f52f6e786b650870d 0.01 MB 9 341
127,170 127,170 000000000000147784e18cfeec1ffacd9d30a5559e6589ecb582af9162aff696 0.02 MB 48 157
127,169 127,169 0000000000001d135ec40858ea2ba74ffc743caecea661bfd92cd23a5b8a7833 0.01 MB 35 716
127,168 127,168 000000000000101ff9882363820c580a5075aa7e3a3ccb14494be7dc9d524ba0 0.00 MB 1 0
127,167 127,167 000000000000250523ae7a48b1dac96e21dc764bdb790ed7d686b6956de1b2e5 0.00 MB 6 632
127,166 127,166 00000000000023b4b34fe337649b4369100c8976df56c6828b3597c5012603ad 0.02 MB 58 6
127,165 127,165 000000000000207e45fc5f99f339a22c722484d9819e02b99e6583d3bdbf0750 0.02 MB 46 1,583
127,164 127,164 0000000000000f386adbdd51b56ec401655accb0e517e1ded0f3a8262ba25649 0.01 MB 22 0
127,163 127,163 00000000000018adb52a390568688a3eb4309004938d2881ce79461f21c17fd2 0.00 MB 8 1,776
127,162 127,162 000000000000255ec5be2eda084f93ee0c6a72946518a35c627cfb6090cf4db7 0.02 MB 22 1,779
127,161 127,161 00000000000016b0a1acf073aa1c4fa0863ac6054148f0817be32c7fe112144b 0.02 MB 34 415
127,160 127,160 000000000000205b7b30fe265244dc1ddde2775741276668a6661f76629dedd3 0.02 MB 70 2,961
127,159 127,159 000000000000221f732c31bb4717be25c73b655b4b952b5aeeacaedd600aca55 0.01 MB 18 462
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.