Memory Pool Memory Pool Refreshing

1,453 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,923 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,448 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,922 (591,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,281 316,281 0000000000000000053ea30cd7f21dc0505ecda8d6fc6a64c106045806eed149 0.18 MB 318 26
316,280 316,280 00000000000000002f546a325aff1e38b04a095812c3b9883ce5a716fb6c0687 0.24 MB 330 22
316,279 316,279 000000000000000003ea53bafed24cf131655a04fb6df28288817d6d31e18975 0.68 MB 769 17
316,278 316,278 00000000000000001d2336e8fbac9c5dd8e1966592646d7e2c8043d52bcc0f68 0.89 MB 1,458 30
316,277 316,277 000000000000000019dcd74608a029e4492e9c5dad13265fd2fbb110f4e20b7a 0.18 MB 512 41
316,276 316,276 00000000000000000fab7645a1c18792b8ac060b17bcac189b706617f6572a16 0.18 MB 512 47
316,275 316,275 0000000000000000004777887ab67f517f80445604c9a2a858e178a46c7b5a13 0.42 MB 648 26
316,274 316,274 000000000000000007ddd5735ca6afcd499438212b0dc8844e74229616eb1686 0.41 MB 781 28
316,273 316,273 000000000000000034b9ab2fa63c54b7b4e8cb0213818f0cf3a1c3b85f437d4b 0.06 MB 96 14
316,272 316,272 000000000000000035b35448a011eb510db4e5135104a7dc0c6837e0bd9e5a19 0.18 MB 320 22
316,271 316,271 00000000000000001b3fd24805be596a5fa9ac326dc7c1c67cc3d56d53f00861 0.16 MB 253 22
316,270 316,270 000000000000000006c203df41bbe5dce41ef3d6d99eecff88e7683ea3f5b8a3 0.07 MB 171 36
316,269 316,269 000000000000000012d8d3393953906e0d503670a2f75ba771d3933b526e3196 0.33 MB 554 28
316,268 316,268 00000000000000003526d1343849fe2dc8ee972b4b738b07a4bd587edcd57f80 0.02 MB 71 13
316,267 316,267 00000000000000001cca291bba48500220b0dfbda3d57a9aca5747e7e1a60de8 0.25 MB 393 24
316,266 316,266 00000000000000001bfd4c3fa5be3faade01fd17eaa2b9beca19f131267c6291 0.36 MB 582 33
316,265 316,265 000000000000000029223e0f0f0209ff8adf176ea6219cafa9adb711b3961989 0.07 MB 73 10
316,264 316,264 00000000000000001d1aa0cc5a10bf157fffd5cb26534b82703306a32653ac71 0.03 MB 57 25
316,263 316,263 00000000000000001350c79d63e4bbcfb38dc783238d87acde61b65e1d3b9410 0.14 MB 283 33
316,262 316,262 000000000000000011709178db5ad1ebdbbb89fe377058dbb4c4659a4a0af0ea 0.08 MB 68 11
316,261 316,261 0000000000000000144a3c60a3bbd44f65ca4165433f4c7fd70f77f7fd1a18bd 0.26 MB 486 24
Previous 10 blocks ↓
Total Size: 769.40 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,644.46 GB sent, 94.93 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.