Memory Pool Memory Pool Refreshing

6,118 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,074 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (694,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,309 213,309 00000000000004353bc0f3f188bdd2e295e0f52a8ec1658916c2b7cf2e585fe3 0.02 MB 56 239
213,308 213,308 0000000000000233ae82bde1e9f5331852524a222647ec5c7729bca67af6b189 0.07 MB 60 87
213,307 213,307 000000000000006dcf2d4255d6c1ed73950b51b7fd930474ff24d0e36bdcec05 0.25 MB 280 112
213,306 213,306 00000000000001a73bf32952e52420b6b7f8cd37e0ddd88987fd4da994ed16d8 0.12 MB 318 227
213,305 213,305 000000000000033554178ba447e9fadb67bbe175b26439205fa30ee71dcb7de4 0.05 MB 108 179
213,304 213,304 000000000000034ca89c43976c4d966e0d7469c2d7910a056f23cbca5530ecf3 0.08 MB 188 186
213,303 213,303 00000000000002f9b1cc407525fe1f556f24929f108d1cbd47abbb26394eea68 0.14 MB 330 177
213,302 213,302 000000000000009dc833faa32cedbc7f989b0d4185ba700d308c15d689d422c9 0.05 MB 143 143
213,301 213,301 000000000000040caa4ee721d781bacc763f42201f00a228222512a42b48f787 0.20 MB 544 220
213,300 213,300 000000000000035315b397503fea4324e665ad13ac989f7a192ad1ebb7367a9b 0.00 MB 12 1,120
213,299 213,299 000000000000007b7a8917181630614482915bcecd03a45d29352215dfe663c1 0.14 MB 409 211
213,298 213,298 00000000000003e455525c0127167f6aef693d17d3a359e0789102578024c562 0.07 MB 258 47
213,297 213,297 000000000000039eb6cfee0cf922fe5d29726adc07dffebfe19489a60653c624 0.03 MB 75 165
213,296 213,296 00000000000000be40963199045c2a78cdcf0fe2e9d140646db805d065210886 0.01 MB 21 159
213,295 213,295 000000000000034acb6ca457200ad003f2846050b2e89f480c6610315b484446 0.00 MB 8 116
213,294 213,294 00000000000004e8c5d574b284baca9906361be698440a9d837d1cda48ad91d3 0.01 MB 40 157
213,293 213,293 00000000000004d2ce5eef916bba9dc206e8b1ca0445c7d0b4842496f9124e52 0.00 MB 10 33
213,292 213,292 000000000000038a5eae688d09b34cbaf0fb5b9dd57afc3417da974fadd4c84c 0.05 MB 118 1,222
213,291 213,291 00000000000000d32091ef94bb85f3ec4bd195ff2fd425ab17be9c51ed7bb232 0.09 MB 222 154
213,290 213,290 00000000000001f256366ed7b293f99ab838767b7cbd2e853e9f53c31046bdd3 0.12 MB 254 180
213,289 213,289 00000000000002e3b1381ebbd775188c65da094a0f20ac0310a23f5187982749 0.27 MB 419 142
Previous 10 blocks ↓
Total Size: 769.22 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,634.69 GB sent, 94.05 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.