Memory Pool Memory Pool Refreshing

95,564 transactions
28.10 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,837 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 6,443 51
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,836 (178,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,170 694,170 0000000000000000000741cc3814a0efb638b5906424751417cbbe1c4d36ec23 1.52 MB 2,807 19
694,169 694,169 00000000000000000007e198fc75573b7972b8d4d5169da6702797897d6f0c80 1.48 MB 3,787 10
694,168 694,168 0000000000000000000648f4a551a328b68019db60a808e2079dbb9fe0cc7f4d 1.56 MB 2,136 10
694,167 694,167 000000000000000000069b7848902d7baf13b362705e1c3ef64654a6a86189ac 1.58 MB 1,927 11
694,166 694,166 00000000000000000010efab10d2856b5c6560c1d6e576e1241edb1b12f36759 1.62 MB 717 11
694,165 694,165 00000000000000000003cb834d2ca76626e3f4e81512ba5c5574977c94e625cd 1.52 MB 1,578 28
694,164 694,164 00000000000000000011e9b30ebb9f8e3aec47bc38e5f248d03ff3139a351450 1.56 MB 1,713 16
694,163 694,163 00000000000000000011a483ec482621ffb23894007b2a43e7f4c7e4eeaaca7e 1.42 MB 2,466 23
694,162 694,162 0000000000000000000d9a32564caa7a9cf7470c2a523df030f4f4560d92b619 1.72 MB 360 7
694,161 694,161 0000000000000000000aaf04c13624381f208c316018a19adfc6f1cc2b9e5447 1.66 MB 432 8
694,160 694,160 00000000000000000007cdd978e87f164a2f6df494a5dd33e6a191ce7cfe5790 1.65 MB 676 12
694,159 694,159 0000000000000000000b96b61528632f4e8ca5108b75c422163b417ae29f5083 0.11 MB 296 11
694,158 694,158 0000000000000000000d04e0081f57acad1e59ae3ffbe692525bc30745df34a7 0.67 MB 1,200 6
694,157 694,157 00000000000000000003416ef2f2d8f3d0132af84d392675f22ed41021e3824e 1.55 MB 2,818 3
694,156 694,156 00000000000000000003921e2269d33283e0b0435a55c84e33f1e997a36770df 1.24 MB 1,167 8
694,155 694,155 00000000000000000008aa50d2eb7058f75ef3e9e0c5663c68c34608a1d6aa9e 1.20 MB 756 4
694,154 694,154 000000000000000000081e0af22639019a1eea10b27ae40b379e54dab1a5623a 1.38 MB 2,634 13
694,153 694,153 000000000000000000129d5c7d49cef097e5928e29f4796f153f586ea42a39ae 1.40 MB 2,853 7
694,152 694,152 00000000000000000010fcb76babcfeac059fff2e4800173e802baa320212f40 1.46 MB 3,058 22
694,151 694,151 00000000000000000005a2d10e452b45f2bc07a840b0cd18c060770a6a82b0ef 1.65 MB 2,511 13
694,150 694,150 00000000000000000000ff4bf300857cf5d518ffbdaa834bb203cc2933563474 1.60 MB 2,600 17
Previous 10 blocks ↓
Total Size: 704.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,659.42 GB sent, 243.40 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.