Memory Pool Memory Pool Refreshing

2,613 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,829 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,828 (351,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
556,498 556,498 0000000000000000000402afdac28ef2254a530082df430d04c2b3cecc206779 0.08 MB 158 14
556,497 556,497 00000000000000000018f4b774360f98c3068d07f6847f72858ffd3da17d29a4 0.76 MB 1,228 8
556,496 556,496 0000000000000000002064766f30059c9270e1d3930f57dc14c0b96294d09751 1.13 MB 2,591 9
556,495 556,495 00000000000000000003a9571a6294dd94c66938f198d4420dddd2aad307c562 0.04 MB 140 9
556,494 556,494 0000000000000000000519705b9ac7b4e71a40b580145b11d64b3f0d4bbcd55f 0.10 MB 247 6
556,493 556,493 0000000000000000002ca81d6b7b8df7ca566cb38d3c5fb302ec75b088c386cf 1.10 MB 1,861 6
556,492 556,492 00000000000000000000182edb37d2a6a5ffb471395ddc4fe70d9a4c4c063530 1.13 MB 2,330 10
556,491 556,491 000000000000000000127886c0808755d853fdc7e5819ad3cb4bbed9628bc3e7 0.37 MB 748 7
556,490 556,490 000000000000000000065facd057026a79728e191a734823eb78b22c22a8df2d 0.76 MB 1,723 8
556,489 556,489 0000000000000000002bb9fa8e241fc25a6683d1971a6133b581dce1135f23aa 0.91 MB 1,870 8
556,488 556,488 000000000000000000236f730d2db2a298a7e139c455f0c57c1641e1f81f6c09 0.40 MB 653 6
556,487 556,487 0000000000000000000eb28cec6905adee5ecbdbfc56d3c529adc494a8b01eae 1.08 MB 2,125 3
556,486 556,486 0000000000000000000ad713b8952c91850e5aa67d71bf369a6c029fbf1e02ed 1.24 MB 2,800 18
556,485 556,485 00000000000000000006c3902bef179670fcd98cf18b5e72d9b98f1e1ff45900 0.36 MB 862 10
556,484 556,484 0000000000000000000f0de0990e200dd529db7b2340a0611d334a3db3883566 0.89 MB 1,952 14
556,483 556,483 000000000000000000276a64c19673c7246a395b99b08b4dddc0f01f2bcde325 0.91 MB 1,287 6
556,482 556,482 0000000000000000001862b8d3376cbf3f26680f3709690c67a15db221b5c2c9 1.14 MB 2,725 11
556,481 556,481 000000000000000000020bfbce26873945172ef179b116f1981caa49cec84704 0.64 MB 1,301 7
556,480 556,480 0000000000000000000218ec4072bd5b151dbc909858028e1fc5967d5c46b3b5 0.14 MB 317 6
556,479 556,479 000000000000000000240e9a451012855c8c8ce26a2c4173cb8d253e46d108b0 1.08 MB 2,094 8
556,478 556,478 0000000000000000000ecac81c39b66d0bcd3fc1fb513b042b524c1b7f7cfa92 1.08 MB 2,186 7
Previous 10 blocks ↓
Total Size: 769.22 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,634.62 GB sent, 94.03 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.