Memory Pool Memory Pool Refreshing

1,562 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,555 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (821,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,106 87,106 0000000000172188ebffd250b21b3f48196d4cb4e23bb260ef3887103758b003 0.00 MB 2 0
87,105 87,105 0000000000178639b22071c192acade2bd143e68bd5d8f8f621953968971b350 0.00 MB 3 0
87,104 87,104 00000000000e0bfcf8ccda4460cc3b74e824416e669e6185ae1b470edca9f1ed 0.00 MB 3 0
87,103 87,103 000000000001e1a4e8eed53edc659f0cb326c6c7c80fe7a5c1d05d60ebd80d65 0.00 MB 3 0
87,102 87,102 00000000000e61ae886441314becaa0d8f75bf1d1e70ce09980e2d8363033e2a 0.00 MB 1 0
87,101 87,101 000000000009a6563129c0e62acefc3f8fa7f9b9ddab3cf7c62db74ba18e0acf 0.00 MB 1 0
87,100 87,100 000000000004137c8f84dc38be84f6e68a6a876f4da1e9f3fd51c6f8c9629af8 0.00 MB 1 0
87,099 87,099 00000000001c01f52feb531a8e00cc970d802e5756993611983a849ecae6cc19 0.00 MB 1 0
87,098 87,098 000000000005380a5e8e853816ff4b96426dbd19e181453d228dd908257df823 0.00 MB 2 0
87,097 87,097 00000000000e2741e3efb6a42db755980e252bf0777f2653dcfeb0e51ce17bf8 0.00 MB 2 0
87,096 87,096 000000000009977bc2068496c860ce3d49c97322577ce4bb2096fb5a74acbdd2 0.00 MB 2 0
87,095 87,095 00000000001dd84a4968ad9025a89fcfb0819f0c181450d70a7c58c7cc72640f 0.00 MB 2 0
87,094 87,094 00000000000180d2a50d15ea754e6277e92fb0f7f79153997c1d37e157c280a3 0.00 MB 1 0
87,093 87,093 000000000008e55f2e86013bc10c630f2cdff7be6979e4278b326a85261842f3 0.00 MB 1 0
87,092 87,092 000000000011f8d534f6f68c8779b07e8001772318154aa85c1745e33ccef84f 0.00 MB 1 0
87,091 87,091 00000000000d132a425461d49b4d53bbad26a595ed263632179107e8ecdc53d6 0.00 MB 2 0
87,090 87,090 00000000000118ad04e14e530675081dd50988d5985d9fdbf6b45fc514244dc1 0.00 MB 4 0
87,089 87,089 00000000001db475efbc3f2071b33ec2b44132ff8e9627f9078dff583c1e008e 0.00 MB 3 0
87,088 87,088 0000000000179ba1e4998d9126d7b39b51020f7e8eef0762c1ce6ad973657550 0.00 MB 1 0
87,087 87,087 00000000000370c81bd2c697bbd587fe938727c97eed524cd44bfc994bb40c09 0.00 MB 2 0
87,086 87,086 00000000000ecf4ba4e180b2483475307396e093b3347cc39bf8c7ba1ee94384 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.37 GB sent, 100.31 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.