Memory Pool Memory Pool Refreshing

61,184 transactions
31.91 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,176 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,207 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,175 (695,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
167,599 167,599 0000000000000bc08fafe950e6282a8d0981729933df2b2d763dbb297bc001c3 0.02 MB 46 826
167,598 167,598 00000000000009c8c844bc21c9e513e1a68922ca6b5d9e8cbd91ca24a5995d7e 0.00 MB 11 118
167,597 167,597 0000000000000999759e886a8b8372e95aa8846239e0245c637d44dd08e55a57 0.00 MB 6 769
167,596 167,596 000000000000018bb11d7420907d41af24accb76bdbb40f77ce8b4137b26aa2b 0.01 MB 17 1,404
167,595 167,595 00000000000004f0e2034ae61e6b0966a5696979ce870251a6a55124c3881178 0.00 MB 7 18
167,594 167,594 00000000000000d5676d7f4aeba611548a999edc3f094238dff4594f5032a386 0.01 MB 20 96
167,593 167,593 0000000000000549dca21038e927cd3267edff964772e0a987bc97821344752a 0.00 MB 11 98
167,592 167,592 00000000000005703704d5e97d3efb6d9c0708a116613b6d85b87c12467663ef 0.03 MB 76 7
167,591 167,591 0000000000000b0e5ca8e6e59a04af53a4565b7e2431dc25214e2bec27b0e6b4 0.04 MB 71 169
167,590 167,590 0000000000000b96e87bc58fbb0b237211c08a96a928248b9245c84836db8200 0.01 MB 38 291
167,589 167,589 0000000000000037e93070524fb6a5f7276b14075c16f3810b4c03ec08718592 0.00 MB 1 0
167,588 167,588 0000000000000745787b0a55c268e0149d7c3e6e84dca7ccf3973d49b5dc3a21 0.02 MB 41 105
167,587 167,587 00000000000003355b7abdf5a2476720ec52f271223a8fcc5e81ef708f401fbd 0.00 MB 4 141
167,586 167,586 0000000000000bee8ef8ca77aa07462209c13d606db13ba5b257428174ae74e7 0.02 MB 65 15
167,585 167,585 00000000000005e9eb3c1136307f1cc13cb7cffddce0cd83fd570b6d1e1ad11f 0.02 MB 67 65
167,584 167,584 000000000000054204129619fc149ec086f5a992a243f6ff55cb913d42e03b8e 0.02 MB 71 10
167,583 167,583 000000000000066a93972f189e89cec42372b0b5e60d8bc089aec9fa7e4b40c7 0.03 MB 55 178
167,582 167,582 00000000000008d581979b04ba333e419de76865fa208ab451cce2b663dd26ad 0.02 MB 37 0
167,581 167,581 0000000000000255bc36d1e149f92a6f02298c25cc00b634a6358fcfb8ca4501 0.04 MB 99 81
167,580 167,580 00000000000002c58c2f1c40d20933d66a3766a613b899dccb73b49d4f323721 0.00 MB 5 3
167,579 167,579 0000000000000a96fe9d4d61b19127548bfeb40f2aa972c41b7bf8dc09e2967b 0.01 MB 21 159
Previous 10 blocks ↓
Total Size: 686.45 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: 1,459.02 GB sent, 114.80 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.