Memory Pool Memory Pool Refreshing

9,169 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (403,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,432 504,432 00000000000000000068a4f3dcd2d3b2800a07e46a5e16a7c3f7079b266fa400 1.04 MB 976 239
504,431 504,431 0000000000000000003cb41b33a44030e2a0d952938305be4d49a0cb31d364fc 1.07 MB 2,276 393
504,430 504,430 0000000000000000006223318dfaf292cc63fd361acc16589b9ec989343106ef 1.08 MB 2,108 387
504,429 504,429 0000000000000000004851539fac85a268f35678f59ec4621821c5d675de0b63 1.02 MB 561 196
504,428 504,428 00000000000000000042d826f61086672cdf8da0ffb1184ad18a5fadf6a7e02a 1.01 MB 580 204
504,427 504,427 0000000000000000001addb72c6f7e1754b91c368ca394d60e20e0835a884fd1 1.03 MB 1,294 240
504,426 504,426 0000000000000000002f318ef0b1e33b1eb37749487d8ff874a4b2ec47b59531 1.09 MB 2,160 396
504,425 504,425 0000000000000000005d02ea6fdce876319109d6d81c1caacaa00cf1ee8a8b3f 1.08 MB 2,470 419
504,424 504,424 0000000000000000004e4498fbda53536a79284169a2773406630c81b5fe8166 1.09 MB 2,233 381
504,423 504,423 000000000000000000152c9cefeea3d1e72f7215136106b64a950310224dc350 1.02 MB 400 191
504,422 504,422 0000000000000000000264dfd2ac18b5ff823ab7ebef2c14900d30aebaa2cc3d 1.06 MB 2,157 423
504,421 504,421 0000000000000000000b9dd7d902e252ea3fcf2f017a92a6630858423240ca03 1.07 MB 2,213 402
504,420 504,420 000000000000000000360cc3c29f783272f6c18f117dd4eab7aface15d731658 1.04 MB 1,279 259
504,419 504,419 00000000000000000056a2105c9b11be301ef15315d4613c5fd4b54a8f090383 1.06 MB 1,905 413
504,418 504,418 0000000000000000003d57e05a6fc816c658bb3b462f7491853b8f12ae54d837 1.13 MB 1,997 269
504,417 504,417 00000000000000000031b4f487f4121cd008aea205d5647869323512551227e3 1.06 MB 1,651 371
504,416 504,416 0000000000000000004eb55588e057662cf041b0c9ccb527b540054fc376577e 1.12 MB 2,299 398
504,415 504,415 0000000000000000002a635e11fbff7f72eeeb72a70621f5d43582b58ae3859b 1.09 MB 2,752 450
504,414 504,414 0000000000000000002185df4931c73994e4abbb0b989b6cad1ce6fe89e63256 1.03 MB 1,763 369
504,413 504,413 00000000000000000076634d82c73ae05a165867c7037a5f3fe65f588076d807 1.08 MB 2,347 518
504,412 504,412 00000000000000000077b1739bc5325f8f21a3f2593ac6149d6bda4fbf46c37d 1.00 MB 125 152
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.