Memory Pool Memory Pool Refreshing

12,162 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (751,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,160 156,160 0000000000000a6b0fc04ff2d133fa10d6fcf3594a8ad8d1c2e40a6bbcbd9a21 0.02 MB 28 33
156,159 156,159 0000000000000d279b54f3ac4ea4b324e1edc1dfd2966d39edf5b427899ce084 0.04 MB 138 25
156,158 156,158 000000000000007d80ff72c9b7aabf97ff15dc1679f2c55e658e8dfb4a9d3c69 0.05 MB 121 29
156,157 156,157 0000000000000d4138b5e6f8111957785f60f8df385d74145b2be25d862d4dac 0.03 MB 87 159
156,156 156,156 0000000000000c70a25c35555666b07b892a1e7b238a835242228cebf027dfd6 0.00 MB 9 151
156,155 156,155 00000000000001e0ee3783877d592156d2ab3e47ed15253433e4e7ddfaae7e79 0.01 MB 20 173
156,154 156,154 0000000000000271eb516c98d0dabd1d4ee6ea3ef8f4c871f0f48a5bb6404083 0.00 MB 11 0
156,153 156,153 0000000000000126b5c4a12f27c1a6f29486acdba0687fa642634e17ddc3911a 0.04 MB 57 82
156,152 156,152 000000000000071b407bef7738e1cc4e6dd9536030540cf403dc9e05f9d82fb2 0.01 MB 18 234
156,151 156,151 0000000000000f2b9c5445f90d8cd919b482929c9649cef9b71c8ebc04d7e411 0.00 MB 10 28
156,150 156,150 0000000000000885ce3b94937fd20842c838bd5bc015908032fcd4fd4f5b0c48 0.02 MB 41 63
156,149 156,149 000000000000095f1cb6f8d4bb6e898af9c914920cf18690ee96af6f804258c1 0.04 MB 123 2
156,148 156,148 0000000000000be94004039af0d71af2331b96c5debc5bf1504a9a0fb56f29a0 0.04 MB 77 139
156,147 156,147 00000000000008d6adb2b40ef8b041dbe98b6d32f01b7f8dec96b8a90dd96a86 0.01 MB 11 8
156,146 156,146 0000000000000878bb2bc7d5b37fc3d0c9eb5733f02064ea6b0b3cea5eb7b2e3 0.02 MB 60 120
156,145 156,145 00000000000001e8fdbffb1d9deb7842bc3201833c1b149b7a264d647dfc574f 0.01 MB 18 34
156,144 156,144 00000000000003775217b842e13c923d99fe64c606c5f1f2ae4b42a8b73256b6 0.03 MB 98 50
156,143 156,143 0000000000000342d9b6acef1a73bdec42afec59768038dcda5b227d24324475 0.01 MB 32 123
156,142 156,142 0000000000000b4ac6b85fb118a37b875a18e6fd0d26cfbe2e21a7b3218016a1 0.01 MB 11 179
156,141 156,141 0000000000000815d4b68df1b7869521faa6095c953c42400587f7df46c1219d 0.02 MB 50 40
156,140 156,140 000000000000097a62c771112d8484693f99c40b441e940f30487228dc9b31f2 0.01 MB 11 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.