Memory Pool Memory Pool Refreshing

3,576 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,666 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (719,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,435 188,435 0000000000000086cfa51905acb5bd38338ef950f298200700ada11f0f078358 0.09 MB 242 144
188,434 188,434 000000000000077da0899de6a9c816defef4283c6c8869133d93999090708bd7 0.05 MB 132 29
188,433 188,433 000000000000080f135d2cc22540d4a883a126a3104f218e97e32d48b7329503 0.06 MB 32 719
188,432 188,432 00000000000007d114570fbb05e55cd64b6d841ad5cb762469f06000ef9ef138 0.16 MB 324 140
188,431 188,431 00000000000005ec486fcb970c9c69da859d33f70475e4e3151645595a53fd2e 0.00 MB 10 164
188,430 188,430 00000000000000e35f3de85686b10f5d6b15c39431e4205cb6c71c3f3dd01def 0.05 MB 109 46
188,429 188,429 000000000000091401e83da4da1f4c358d507f7fcfd710aa30e0b54bf1a8101b 0.15 MB 298 141
188,428 188,428 000000000000049f5f7bd310e364e83de5c3666ba89bb444d3c60423696eddee 0.00 MB 12 3,201
188,427 188,427 00000000000007122e2109e6536e01fb018478b6a43dd6ac81fc641fa93648ee 0.14 MB 325 131
188,426 188,426 0000000000000343b3d89d4ae0e716c142a610143a10404830d8e708c84b8c6e 0.25 MB 389 337
188,425 188,425 0000000000000410744de89e4ce9e0880ad91904caf77ae66f305c21aae52513 0.02 MB 69 127
188,424 188,424 00000000000004662dd342c760ba827ef1a6463364927dfca86b236aa05ba4cd 0.28 MB 754 135
188,423 188,423 0000000000000403b9a619e9489a6c31fcbd02711dcbe3f37db5a2a1ef26f85d 0.25 MB 590 136
188,422 188,422 0000000000000011dfe2ecd5969c38e00b25f5636f8165fab9ef49ca22106919 0.18 MB 247 90
188,421 188,421 0000000000000210c76226472d329462a39147939dc123652c98900b9dbf09bb 0.18 MB 473 363
188,420 188,420 000000000000093ba9fb9435f63825300cbc0015a06f666babd631d175cc8f12 0.07 MB 64 63
188,419 188,419 000000000000002df896dd782e28e1729ea8db3db278ff62b9b5e500af33e3bd 0.09 MB 128 72
188,418 188,418 0000000000000587556425a377c751a40d61fe1156c2e6b16e844fdc38c252b7 0.17 MB 492 135
188,417 188,417 000000000000068db7b54968995fce470f02f7fbef8e273343024b1db7e38234 0.28 MB 512 181
188,416 188,416 00000000000006d397bcecab951c127fe70dcd06f11d4e0a3ba72c3d443e0362 0.14 MB 490 161
188,415 188,415 0000000000000347267a58ac44702ffd2e3d88e8418cddd39c9379fd257af008 0.25 MB 421 213
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,644.17 GB sent, 94.86 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.