Memory Pool Memory Pool Refreshing

2,014 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,994 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (732,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,817 174,817 00000000000005610c41b6b65d7e554b596abd8bd038acc6e67c759c79183b8e 0.02 MB 20 39
174,816 174,816 00000000000005d518bd4789caf3c4d51f31bb9551acd97d704985e4c066a4de 0.04 MB 90 94
174,815 174,815 00000000000009fe43869815620fb882bed6b899aa1ba819f9e1d6e8fa810425 0.02 MB 36 40
174,814 174,814 000000000000004195e17381d08fe57b04850b04e46ceba7d4fd2ae1a6fdeede 0.01 MB 12 86
174,813 174,813 0000000000000089e05ada9dbd689e7882598d6950759180ca31c27bc870267f 0.01 MB 17 241
174,812 174,812 000000000000091a404c0d4784e5737d0e64331eda659750f6c217d8ba5b55d6 0.00 MB 5 0
174,811 174,811 00000000000008486e582375dd91aeaa2007881baf51fc3aad1609ed191d82b0 0.01 MB 6 39
174,810 174,810 0000000000000514156e3341f45b5fc1aa3f6bf6819dfc623ddac9cd5b4ec5a8 0.00 MB 10 99
174,809 174,809 000000000000045c950096b520d87b86374e8dfb3f4307d4f85f22e1319d90eb 0.02 MB 15 57
174,808 174,808 000000000000015c250bc6df6294136700620fe25de7a6e50f4bb42668713032 0.03 MB 97 174
174,807 174,807 00000000000003aaed0550c58fe88d01e8b1242a01abf05974fcd55f83e5b116 0.01 MB 23 33
174,806 174,806 00000000000002a3c358b5d1c5f732bdf2875a4299fe375b3416e9960e096768 0.03 MB 75 43
174,805 174,805 000000000000004e86eb55db0a9471cf6ea3c719ba4633637c51ce02d35a4fa4 0.01 MB 29 27
174,804 174,804 000000000000095d40c67815a85bcaf508d74414a1093b033fc6a7ca1b6858b9 0.01 MB 19 80
174,803 174,803 00000000000002121950f7339a21da6c340c45e3688bc2431dfd20ef68b8c9ca 0.01 MB 18 36
174,802 174,802 00000000000007f4a6bd621206223e92ca944791b2950fd5f77b295cd345e788 0.02 MB 40 24
174,801 174,801 00000000000001516a711fab8441a3c1356bbfad8807e765ee4f552478a5879d 0.03 MB 43 1,168
174,800 174,800 000000000000038d990dd1710f828b3ad58a985452ab057c3977d00058fb9a17 0.00 MB 4 109
174,799 174,799 0000000000000909edf89e0700d34c90ccb043079abeafb85d4e13172b4284ae 0.01 MB 26 14
174,798 174,798 000000000000027ae37756d8f8715bdfa63b6925c85eb91d46be916b5d25f3d2 0.02 MB 51 123
174,797 174,797 00000000000007ae38b093bad6e2e182ab8f22d5bcc9e63e4bac41eb6d9d6eab 0.02 MB 26 72
Previous 10 blocks ↓
Total Size: 769.10 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,629.16 GB sent, 93.41 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.