Memory Pool Memory Pool Refreshing

4,380 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,580 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (210,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
697,106 697,106 0000000000000000000ddd8ce862c014d8305c381b839808cb8037d3548c3b23 0.31 MB 280 7
697,105 697,105 0000000000000000000565f0504430b1672dd829a7e85af4577bd4f7ef61646e 0.07 MB 40 4
697,104 697,104 000000000000000000022bb58922e2c6b71907d799233365098d9f46e745ec5f 0.56 MB 512 8
697,103 697,103 00000000000000000004240637344bd215c48373a09e3224569c95edcb1c32f4 0.26 MB 326 18
697,102 697,102 000000000000000000119fc2bc76f2c4d4a10ace0ac38628dfe98e87a6184978 0.00 MB 15 7
697,101 697,101 00000000000000000011f7fe34362ab30670243af6ce334670a0716324d96afa 0.76 MB 732 14
697,100 697,100 000000000000000000005dbdaf106526befc3eee2d8de07a9f6663a6b2dda772 0.61 MB 1,316 19
697,099 697,099 0000000000000000000a0e349235446f3a54f7d959a32f0cf9984cd02b5498b6 1.00 MB 2,150 21
697,098 697,098 0000000000000000000e72786895ed7353ba6e3eba48411ea821262a2c482450 1.30 MB 2,195 14
697,097 697,097 0000000000000000000026d6071d3c297eda5ce1796973208bc9a638e0cb6fd3 0.51 MB 1,135 16
697,096 697,096 000000000000000000077f3d51aadad436230f1bd4761132ef4e13831556bbb3 0.03 MB 47 15
697,095 697,095 00000000000000000008a8a68232099146dd1b4ab55176f5538ffb6184c1f8cd 1.17 MB 1,813 11
697,094 697,094 0000000000000000000bcb7e8e79206bb5065b753b5fb153a8afaf0f4a107bab 1.29 MB 1,807 11
697,093 697,093 0000000000000000000b07e021cf81df20507c4938188873c72e93359283c3ce 1.37 MB 2,028 15
697,092 697,092 00000000000000000004cb3dfd513d3d56af4e2053152e876dad0930244abfd7 0.13 MB 242 12
697,091 697,091 0000000000000000001132b8e5277ce4eb690743fb657d805f070b742e9a8b1d 0.15 MB 328 16
697,090 697,090 0000000000000000000d67c030859502891b4dddb7608bad94e21078c61e1b5e 1.39 MB 2,696 11
697,089 697,089 00000000000000000004cbe6e04737d48b8ee7d2d3abf7e14e85d86a854aa725 1.40 MB 2,482 18
697,088 697,088 0000000000000000000362e9abce57155d6fba2e895436eb4c3f58267064dbe1 0.11 MB 234 13
697,087 697,087 00000000000000000000f25c70446951d18d37f3bcc630e4940efd32d1dae327 0.88 MB 1,651 13
697,086 697,086 0000000000000000000dd948698b857625e63efc9d558af0eebbf4d7f0ac4a47 0.02 MB 65 15
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.