Memory Pool Memory Pool Refreshing

2,576 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,947 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,946 (586,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,463 321,463 000000000000000021f47b5c7db30ff7fb1cd4435f1309272f0fb710afd0d7e9 0.05 MB 77 23
321,462 321,462 0000000000000000074f2037a0cb89c497afc15652f6510f87a8f8ac73783d19 0.05 MB 104 29
321,461 321,461 000000000000000019f38ead06d5aa0325a907ca94eb14fc2d0dc87612dc769c 0.29 MB 166 14
321,460 321,460 000000000000000013bc77cedb75b71cce4719182840c762e78da215c6f7797e 0.09 MB 171 29
321,459 321,459 00000000000000001196ec27623aac6c69848927d0004200ce790c328ce8a3c4 0.49 MB 659 20
321,458 321,458 00000000000000000c49701f3c41fd706ce775d00a9cd48bdad2e688d949d8a3 0.19 MB 512 41
321,457 321,457 00000000000000000c32a11fe86e127b9c947c9038907da0e0b5f734c24a69b3 0.12 MB 178 21
321,456 321,456 000000000000000023699e360355aee9197dc969cc53c1288f88790f3ccb329e 0.75 MB 1,558 30
321,455 321,455 00000000000000000326a90eab608e97662c1bd27e753f5b89e4e37e3e9d2423 0.08 MB 173 30
321,454 321,454 0000000000000000132ebdf56d779091631270bd316f4d71ac424d0df603c1e8 0.03 MB 57 32
321,453 321,453 00000000000000001a843c677f930477797999d50c31b6a5be170e2e744cec46 0.07 MB 121 26
321,452 321,452 000000000000000002e78204c595158123d92ce277d35b9077a5820187e01502 0.07 MB 147 31
321,451 321,451 000000000000000012883780a20e0f56a18d23d2e590e033a0bb45262b78dd6f 0.38 MB 663 30
321,450 321,450 000000000000000002b8207565903ca29cfedb31c796c1771f6ae0480b608481 0.37 MB 761 28
321,449 321,449 0000000000000000125df1372ae96f1f7c023e15d632cc91fc537cf277165da0 0.11 MB 231 31
321,448 321,448 000000000000000009cd91a9b816294ea4d2782c792c05a93cbdd7ffc7bbbb8f 0.27 MB 515 29
321,447 321,447 0000000000000000052a18c31edcf5757add3aa6bc51b99e78f989aa663735ab 0.40 MB 659 26
321,446 321,446 00000000000000000316f41b3973fd97098f5a02b3b40095425771658b65673a 0.02 MB 32 21
321,445 321,445 00000000000000001e7e8e2cf1c52f1614fece36b8e4a8fe6320b1d0fc5a3a62 0.07 MB 104 21
321,444 321,444 00000000000000000101232b136182e817d8cd65c34bbac35a3f7a6429c817af 0.04 MB 65 27
321,443 321,443 000000000000000014960eb1a11ddeb8638180e7c9df67e3429ea08f139d4566 0.10 MB 152 25
Previous 10 blocks ↓
Total Size: 769.45 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,645.74 GB sent, 95.16 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.