Memory Pool Memory Pool Refreshing

1,779 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (805,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,135 102,135 0000000000026508fc8d1dc74cc8ec5a72ed53b5e49e9efe359172c125b8151d 0.00 MB 16 0
102,134 102,134 0000000000005774933d16c9b4022d9b6381c26bdef73d9919d1772aebd92599 0.00 MB 2 0
102,133 102,133 000000000001f93c1b74bc92887f59bbf2d117e24499e037747af96524b77fe2 0.00 MB 2 0
102,132 102,132 00000000000082ef4b51f54b63b82936d260a864ee8d0b9cd886a5e2202a2dd7 0.00 MB 2 0
102,131 102,131 000000000002b1170b1ebd0c3d7c05081c0a54775e2edd15bb14d2322ef263b9 0.00 MB 4 0
102,130 102,130 0000000000031068c075374766382d47f2cb2641238d88a2c0f89818f95042af 0.00 MB 5 0
102,129 102,129 000000000000075d55093de02ec3a5a2ec5d8f482083892ad02dd8f95d6bd9e7 0.00 MB 5 0
102,128 102,128 000000000000c1fe15d373196d5e2a7d0ba0702502b4097769738c2ffc937545 0.00 MB 5 0
102,127 102,127 000000000003065308e69ed0f1190a9c243e6fde7002ab9f073b86fddb926e10 0.00 MB 12 0
102,126 102,126 00000000000292873589235e7acf5c5092848e1ca0df26a60a74382295eb5425 0.00 MB 15 0
102,125 102,125 000000000000eb033649097c154b9a2fccf0bfb80c2064544c14e54f4bfdd053 0.00 MB 2 0
102,124 102,124 000000000003502593cdf5127fd399ddeb835e08489b2a153fe4ea9cf7c9ea78 0.00 MB 9 0
102,123 102,123 000000000003fdefff768e2f00edc3a9876b1146ffbf5524f8dbd51908b3b62d 0.00 MB 3 0
102,122 102,122 000000000003c13843db674055c7c5a7c21c935ef5f4a40a7fc5050f9e247444 0.00 MB 2 0
102,121 102,121 000000000002992316309b2f3409eccc3ef84eeff0d8e702b1c3e884e48b81f8 0.01 MB 23 0
102,120 102,120 00000000000000f119b1a96b864670830d1d5d69a4f3d96939c97f8312243e4f 0.00 MB 16 0
102,119 102,119 00000000000015a1b3c1f0ce8a4871d081aaf70e710493f17be6b5e1810de38b 0.00 MB 2 0
102,118 102,118 0000000000032d3849a359b6b7ff6ba3c2360878b17f2e9a1660464b31dc3f41 0.00 MB 4 0
102,117 102,117 00000000000155d3a463fec3e2acc97a70962cec4da0b1663550de78872da5b5 0.00 MB 2 0
102,116 102,116 000000000001f83311474b9f251c87c84f5852afecc055b53b1af1e3e7ddea59 0.00 MB 2 0
102,115 102,115 000000000001608dabdff4fc92b945a03d8c2fba8c0fffa3f3f4f1aa1f5d71b1 0.00 MB 6 0
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.63 GB sent, 93.63 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.