Memory Pool Memory Pool Refreshing

1,009 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,021 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 993 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (667,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,486 240,486 000000000000006f078206e5edc0c40c326e20e0f5692095517ecf162302e9e3 0.11 MB 251 172
240,485 240,485 0000000000000043d99bacd485e2f46c70aea0dac8cf7733fdcf4eaa89c34023 0.03 MB 71 140
240,484 240,484 0000000000000022b08f4d932196b92beff542fd9875cf0a053030c117496145 0.08 MB 115 103
240,483 240,483 00000000000000b442103545ffa8d00430812cf12706e1040cfe23e51d50e081 0.02 MB 15 7
240,482 240,482 000000000000002840c2aadcddedf73e9d3edcd1f439257d6be7059176e0248a 0.22 MB 415 159
240,481 240,481 00000000000000d0cbf0a78190f709f4d024c3d81e2fddfd96b6fb29d49e72e6 0.04 MB 74 26
240,480 240,480 00000000000000f83186acbd9b87fb5624cb6d9f2cec6e62458253135513152c 0.25 MB 673 238
240,479 240,479 000000000000004e481bb30c36645ca54a4c34ffcbb675d4f173d6a0b812a08b 0.12 MB 314 199
240,478 240,478 000000000000006710b16f21eea42a7cc15a211053842d8ad3ec612da4a00738 0.09 MB 214 186
240,477 240,477 00000000000000baffbd4e3ffc52867c6e98838946baff07571ee66f91ae7906 0.03 MB 76 275
240,476 240,476 000000000000000ac4f4ddb72d57f70b6ae3ee6af20d56ff643df5e0b650e10a 0.10 MB 228 188
240,475 240,475 0000000000000026b9f1a978acd4d263b0889ed36bfa35106299b9a54f6b6e52 0.06 MB 118 188
240,474 240,474 0000000000000047d8ae3888fe4a0f1dcd986925edf8f650f551db754ce243b4 0.05 MB 93 139
240,473 240,473 00000000000000c75f075240d689c9ee3c22ab28c37515d9f38e5a5efc46a3a0 0.20 MB 464 200
240,472 240,472 00000000000000738fba4a3a868210f13ff12518ed1c5edc4594ee8057a71f1f 0.03 MB 71 201
240,471 240,471 00000000000000ecbe69a89ec308bd33c52f7d48aa778812bbc817582b77c979 0.14 MB 345 239
240,470 240,470 00000000000000bd7fc46b1cae8d4b0c02bc06f96ed658f7a6f8eaf62cdb2cc6 0.03 MB 55 190
240,469 240,469 00000000000000335cb3fb3e89565ed91b120618367d44f5dafe6586b3c02d51 0.01 MB 28 112
240,468 240,468 000000000000005c81ea8b037d1f1cd8e7525cc46b069526a7198c9b1b763d30 0.12 MB 257 162
240,467 240,467 000000000000005c76c1c83cf3badd206abb058c15a8dc7683f2ce57d91c8695 0.17 MB 475 226
240,466 240,466 00000000000000e3a8125d9059ed598907b66da3f5e6e957cdf808eb080fb11e 0.11 MB 228 183
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.