Memory Pool Memory Pool Refreshing

6,191 transactions
3.25 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,972 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (798,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,173 109,173 000000000000df3ea6760685a4f97d5b24bfe7c450673cedcc643e18a9307c53 0.00 MB 10 0
109,172 109,172 00000000000089e34d1ee8e6cc4d2694b07adeb6c5131a63ad766d562d85dc1c 0.00 MB 12 693
109,171 109,171 000000000000ff492b53a3fcb97ee4271d3077154faca916a6c6b227caf4837b 0.00 MB 2 0
109,170 109,170 000000000001958b2f565ef4e68dc362b7542173818764eb6298530519ad85d2 0.00 MB 2 0
109,169 109,169 00000000000170571ace4884548a493f994c60798c268a57b6581a6fa55df7eb 0.00 MB 1 0
109,168 109,168 000000000000793b8dd9f4e947a3ae1d6f0860d03553b47f1b117c15c64122d4 0.00 MB 6 775
109,167 109,167 000000000001a5e1c9a3c25b54bc0794a3d6904d8297198f67b60ae5c26f5b3c 0.00 MB 11 1,353
109,166 109,166 00000000000090d68d7475127fc855bda45990980b270f0cf02ece72b983c535 0.00 MB 4 0
109,165 109,165 0000000000012927b3be9618da7e7184b302209efb0f5cd5f01162661e50ffdb 0.00 MB 8 0
109,164 109,164 000000000000133f4450b456c6eafdf8381bc6295b7ddae08f47a557eadc5e08 0.00 MB 6 0
109,163 109,163 000000000000cb85e181d316901bcd8e935f024feed74822edf9841b316c0431 0.00 MB 8 0
109,162 109,162 000000000000ccf0b961ab7502dbf9e67775fc9348d61b86f45e4dc87dff14f9 0.00 MB 5 0
109,161 109,161 000000000001371da5a164007fbae3e0e519913e89b88c1b45509d1d33d0f621 0.01 MB 4 0
109,160 109,160 000000000001046b0303dc4277d892d05796ff04338bfe0e74fc044e11113167 0.00 MB 7 0
109,159 109,159 00000000000091eab27a47451c71686b2567db96cc01faeded18a3e58f7240b4 0.00 MB 10 0
109,158 109,158 000000000000a7592336b950d2269b164ff86e2ce8414dc0e0267ee12f4269ab 0.00 MB 12 0
109,157 109,157 00000000000059365a4d643b35aafb39611cc4187e3379e31ed8035676ae810c 0.00 MB 7 0
109,156 109,156 0000000000012971ff7853550984070abf84b8759a99c5c523875aac448220df 0.00 MB 5 0
109,155 109,155 000000000000b72221b154bbbf77d9445c1fdef271e158249c853c14b5b37688 0.00 MB 12 0
109,154 109,154 00000000000109790ed43c6a6dccc6b0247daca3292a97689319d74cdd7fff1d 0.00 MB 14 904
109,153 109,153 00000000000051076b1fd8aeb1b6795e05a89ab57e9c5c11c6ff24a3024d7f25 0.00 MB 4 0
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.