Memory Pool Memory Pool Refreshing

5,747 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,657 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (370,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
537,163 537,163 0000000000000000001290002457cf76477155aa817206f28ba4e862f75effa5 0.08 MB 113 6
537,162 537,162 0000000000000000000a415e038ac172453620f966aa45997886e42d37752dbd 0.71 MB 1,132 22
537,161 537,161 0000000000000000000fbcd5075f21638f51eaf0d44dca3b3d62e0036f8e635f 0.41 MB 714 13
537,160 537,160 00000000000000000006d553bcc0e5d5e3caaf95b87f01a5f4505c3a78880f70 0.13 MB 162 12
537,159 537,159 0000000000000000000ea96ef3c742d8cd2df2680dd4393d69ace8a633977813 1.07 MB 1,374 29
537,158 537,158 0000000000000000001d313cc09021a0f052737eab8c02b0fe62e1aeeaddcf35 0.32 MB 754 14
537,157 537,157 00000000000000000002c5ed8a75d70062fbc68f606d91bfe7aca98dd40daccc 0.36 MB 778 26
537,156 537,156 000000000000000000021397abf41f01efdaed4af52bde720aa11dc5b13eb1a1 0.91 MB 1,760 29
537,155 537,155 0000000000000000001931b06edbee3f59a5c39f2814d7e49a411e51547e68ae 0.19 MB 405 23
537,154 537,154 0000000000000000001f75c80a53a3614cea418f95ce67f95232dec268a93ab4 0.74 MB 1,529 18
537,153 537,153 000000000000000000272b143cce1d507e393baaa6822bf0671a16e62e12a7b8 0.47 MB 1,010 16
537,152 537,152 0000000000000000000353042987334dcc5a8689c475025b20bacc56fbb8c240 0.77 MB 1,550 36
537,151 537,151 000000000000000000090c6337be9338f870b3ff1e32605f4c541a9b342a2a2a 0.94 MB 1,779 21
537,150 537,150 00000000000000000012f2f93415538cc927e1c053cf96218cdd0bf306e977e6 1.08 MB 2,204 30
537,149 537,149 0000000000000000002916597800062ad1b93a7d4794b5fa5f9ff1bf20269b33 0.55 MB 1,067 44
537,148 537,148 000000000000000000294a004162c60179c4ef4f7310ac5f3715cfb785d60100 0.69 MB 1,498 4
537,147 537,147 0000000000000000001f081bdf765b3f0cc769ac3f0f5045e0d8cb04d07eeb56 0.31 MB 541 47
537,146 537,146 00000000000000000011e07ac7ffab159ed60efa2728a22c12beda303ab47170 0.98 MB 1,963 24
537,145 537,145 00000000000000000003506579a04659383570202a4183f557845c3f6f573290 0.64 MB 1,345 7
537,144 537,144 00000000000000000025b2ac8fdb68c3dcd5ac9723b2abd019c473f9e2cda4a1 0.28 MB 429 74
537,143 537,143 0000000000000000001def5fcfadfb5cd2607136492b42542629ebc16e63c307 0.54 MB 788 11
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: 10 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.