Memory Pool Memory Pool Refreshing

3,659 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (694,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,322 213,322 00000000000002d0bcb94eb3946093e63bc67998197005736a5da2d099f72d5b 0.15 MB 512 209
213,321 213,321 0000000000000265df687c250e613ae2d92ad7916136351c58e067f2c893e602 0.30 MB 670 188
213,320 213,320 00000000000004b5bbe94f49e4cf7c3632bcad273b79990de0e8526b2fa298c7 0.00 MB 14 41
213,319 213,319 0000000000000387b607522cd1bb4fc418971524332a94d5fda3c4682e1b1db5 0.20 MB 377 146
213,318 213,318 00000000000002865f88d2d356947122a9d3320c6121b14fa361333da1ac4ff3 0.10 MB 233 178
213,317 213,317 0000000000000076761aa41023feeb3d82b6244ff1073234cc7fe9d7d930e83f 0.17 MB 432 179
213,316 213,316 0000000000000159a83fbe2c184736aa772240815c858e3a53d0f4629b5135c5 0.10 MB 274 185
213,315 213,315 0000000000000173a596d59915231defe59f42d41601513f79da0b9981f334b9 0.02 MB 46 71
213,314 213,314 00000000000004e04d92a52cbe5fbe61196ecf959fd1446bc18ab40b594b0506 0.04 MB 91 140
213,313 213,313 00000000000000588d794fd089251ed323227196904cec475573cbf2592afa21 0.04 MB 82 132
213,312 213,312 00000000000002db8a7e433779c51e6f429ce4752abe10bb5e0c68975606fd84 0.16 MB 424 206
213,311 213,311 000000000000011847302842d4a3be000d832cc994b3344045a88726ef09b04b 0.05 MB 83 198
213,310 213,310 000000000000048ea2b8cfa97c66cabdd540bd93b061d593741374e9628ea1d9 0.04 MB 135 27
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.