Memory Pool Memory Pool Refreshing

277 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 250 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (251,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,287 656,287 0000000000000000000eec8858ab9aad6d5e2f5a73d40869304a7475df08f196 1.17 MB 2,223 13
656,286 656,286 0000000000000000000c8e5eb69c45e825b5d306b978c59da2e9b4c37ccd70b1 1.11 MB 2,597 49
656,285 656,285 00000000000000000007d22bc2797cd84149f45f804662de276e79b3dda90ea3 1.06 MB 2,480 19
656,284 656,284 00000000000000000004f53fea4f409b3f4527d89214175e533198e665ceef12 1.33 MB 2,581 110
656,283 656,283 0000000000000000001047f732614c83b5d46ba40b29f66810ae061fa9636aed 1.12 MB 2,357 26
656,282 656,282 000000000000000000012736b4f188dbae158693effcc2ed07c02565816a6ba9 1.16 MB 2,564 62
656,281 656,281 00000000000000000000117bddba5832cc0bb4db2fd3044a3ab09ee503f03160 1.19 MB 2,704 59
656,280 656,280 000000000000000000085e106cf50ac3b7f7a60ae55f14bf8f66876fcad98c9b 1.30 MB 2,364 63
656,279 656,279 00000000000000000001aa8710b86f320992219070c6f9a89c90484504efaeaa 1.36 MB 2,603 170
656,278 656,278 00000000000000000005c7b599127124f98f0ad17a4e81ad2a270b82735c9a2f 1.30 MB 2,161 62
656,277 656,277 000000000000000000034890882124b8cc84ac3a66e1580639b020ecd90a1cce 1.29 MB 2,449 130
656,276 656,276 00000000000000000001d777c2b8b3650ffd49c3ccf6293e47ccf7354d7db971 1.44 MB 1,785 55
656,275 656,275 0000000000000000000a57e5ccc10e2702f9a9c1fcaa6c95d35cabb2732a02da 1.29 MB 2,535 153
656,274 656,274 00000000000000000003e450023acc757a549d819c841f86c05bdc9af5d4725d 1.34 MB 2,927 215
656,273 656,273 0000000000000000000e3bfa6f6fda6b997ea388de83a013ba416549c94aef6a 1.36 MB 1,728 80
656,272 656,272 00000000000000000004cd6cec66ff64d254e6b35851abc74f2453a55129f55e 1.43 MB 2,315 81
656,271 656,271 0000000000000000000e28042d4069bd0b0ebebbd39bdc5617740be5f0832b0a 1.28 MB 2,227 103
656,270 656,270 000000000000000000031bfe542dbbbe1a22ca8f2ad7d2e4f64b5bf07c1cfb3b 1.35 MB 2,798 150
656,269 656,269 00000000000000000006c40f7d5992b9026c150256fb84d396d6b2a98209a3bd 1.37 MB 2,569 88
656,268 656,268 0000000000000000000f3122291d8ed7de168f6db8dc02dbc70a2eda3c7d3952 1.44 MB 2,276 129
656,267 656,267 00000000000000000001ee24f553d3f5332fbb03e657abad7b48db3e7d3d91f4 1.31 MB 2,442 189
Previous 10 blocks ↓
Total Size: 769.56 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,649.23 GB sent, 95.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.