Memory Pool Memory Pool Refreshing

6,154 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,966 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (556,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,179 351,179 000000000000000003942b65396a674ad467e9db6abd0c86301c00734f6cad3c 0.57 MB 729 15
351,178 351,178 000000000000000008768a17383eb782f3cf20201dabe52632fb4a076fd7f117 0.39 MB 605 21
351,177 351,177 00000000000000000c802f81019bc47dceabe4cbc44595d23f69be34b14b5062 0.75 MB 1,563 29
351,176 351,176 00000000000000000fa971b5ffb1356cda3df57b58d24e148b309c3dbb42806c 0.19 MB 278 19
351,175 351,175 000000000000000007ff303eeb18d463f3c2cacb28ecc382a2720f647a874408 0.10 MB 177 23
351,174 351,174 00000000000000000032b40b2b3ca32e374c52574ec5121d8b6809fd2ddbe7cc 0.59 MB 1,154 27
351,173 351,173 00000000000000000f7823898e50e57fd02b7eb8e3e1a838021cc379007f6808 0.75 MB 993 13
351,172 351,172 000000000000000015731f2592039cf26dc0a3072b254ec8678fa6c6c2ac6f98 0.35 MB 1,072 43
351,171 351,171 00000000000000000e77f5d3b9cd97a672bad64c0808b0bdd96843a9e1163051 1.00 MB 1,735 24
351,170 351,170 00000000000000000de04e5a9e08c1dd81c2fa9d32a57e46d1ff177028535b45 0.75 MB 2,348 44
351,169 351,169 000000000000000007f26fd76327742a31eae5910eb3f110ae3f80460de663ba 0.57 MB 935 18
351,168 351,168 00000000000000000607fa5d3765cae97225218c8276a16a49a2fd4126cbb260 1.00 MB 2,320 35
351,167 351,167 00000000000000000bbe925621b1bc4943bd37d13942177e613ffba15cbfc460 0.45 MB 852 28
351,166 351,166 0000000000000000036e1b375f3fd0a13d911d0b763d0b0b7724fed9e015a6ee 0.75 MB 1,330 27
351,165 351,165 000000000000000014358e0f7071f1420785de0de13e6cfd1128ee1f51912785 0.05 MB 39 4
351,164 351,164 00000000000000000f20ea057138f3f865baf0d40daccfb153d6cd687f91dadb 0.15 MB 164 14
351,163 351,163 0000000000000000044761d232275cd60ee93d40b8551ca8cb0d84dbf7df7065 0.09 MB 256 41
351,162 351,162 00000000000000000f9a5a3fe075a1738fdc7ae4fe8e337ebe3a75d61ec56783 0.84 MB 1,061 15
351,161 351,161 0000000000000000044decfd4b4f99c8d40ed618982b8bae38eb398a4d83cb97 0.75 MB 1,438 26
351,160 351,160 00000000000000000befdde1c3f9346f90b49b47f61302dd97aa0974dfb4139f 0.75 MB 2,207 45
351,159 351,159 000000000000000002454e90aaa057a452c1df829a563f75fb6c5fb6fcb647e5 0.84 MB 866 13
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.