Memory Pool Memory Pool Refreshing

4,974 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (725,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,163 182,163 00000000000007fa51c132c3f196011569e5327b48a27a7b8e2c578438427302 0.00 MB 7 0
182,162 182,162 00000000000008cac4a139168190659b060a63b94a9b45fda0ae430a6f3440ed 0.10 MB 277 117
182,161 182,161 00000000000000c4d9c0ec6c5016a175538463a89baf50fff22f3e4f458c617a 0.25 MB 550 135
182,160 182,160 000000000000057bdb8a091efdc13962692ead9082f482dfbb30b772b0c432e9 0.17 MB 419 114
182,159 182,159 000000000000039007cb24b3332b8bee4c821f709cc214e8f175dd2e017b34fc 0.25 MB 512 75
182,158 182,158 00000000000005fa058b757eb54390e805a2bc9592fb1533d57bf98dd9797753 0.00 MB 7 0
182,157 182,157 00000000000005604ec681d8604b902a99c109a2c945816df1ffc30f354f7b1c 0.04 MB 98 41
182,156 182,156 000000000000045fbc1bde8b5d5d09bc798bc98008bec6389985dfbe1681f80d 0.20 MB 273 103
182,155 182,155 00000000000009198464d5c6f072a271f2a4dd45dd81a162abe14e12d22a31dd 0.21 MB 512 128
182,154 182,154 0000000000000479596028163899f7111a5e49154800a04a53ed07378858630e 0.14 MB 250 107
182,153 182,153 00000000000007e75957e790631706dcb09637d435e34ddcd730d6e23e87498b 0.03 MB 57 36
182,152 182,152 000000000000040ebb462d834a4e4c6c5ab58d15ca730f7175f5f57f3bab114a 0.28 MB 670 130
182,151 182,151 00000000000002395a3e3b6a3aa568316a69017c79aab43c3377c5be365faac6 0.00 MB 7 0
182,150 182,150 00000000000000861e9f9fdc0e87cf32aeecc0926475ee9d6244fb54cb42d1e1 0.00 MB 8 14
182,149 182,149 00000000000003b927695aa18ed7c5eac92d441d2fc7ff5bf8d33c9080ce33a5 0.03 MB 67 302
182,148 182,148 00000000000004a6ec08c1a211fb52136fd4ea612333e4851a10c5f34f0f9036 0.13 MB 256 147
182,147 182,147 00000000000000050290645c4b637dac94d605b7d8d02e43f395ca21299db6ea 0.03 MB 63 226
182,146 182,146 000000000000018b92cb788b0d6d372cbf9c2241ef459acaa6daf3b832633d8d 0.06 MB 170 93
182,145 182,145 000000000000060652a39a903ff1ecd848aba0969297f6fdd0f893ae5760256d 0.23 MB 512 132
182,144 182,144 00000000000002c9f9de00840a70581a48108fd246ca394de351873de88f4faa 0.03 MB 75 4
182,143 182,143 000000000000030761a4572d07c27fbd060f99e2c4be64c15dd502089c6eb671 0.00 MB 7 15
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.02 GB sent, 93.05 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.