Memory Pool Memory Pool Refreshing

1,520 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,083 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,082 (830,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,553 77,553 000000000046fd97ca0d87b937ac3141b246aa18cf8efe79e0c55d36280c807a 0.00 MB 2 0
77,552 77,552 00000000002a3d6243c59d6771ec068b33d279bca38169beddb974dc9d9fe6cc 0.00 MB 3 0
77,551 77,551 00000000004b69ebd55069f02bb423613b53b4d2c5052dffdffb8c891e7eba2f 0.00 MB 1 0
77,550 77,550 00000000001c70caf084bf86d24151ce2bfa323869a4b5ac1ca26143f31df6ac 0.00 MB 5 0
77,549 77,549 000000000004272908baf6178ada69083dab9d59b2fe4a8df49dd9854780f6c6 0.00 MB 1 0
77,548 77,548 0000000000362cc8a72cedf2eeb43c4379649e161b23c826e2b3df361e631995 0.00 MB 2 0
77,547 77,547 00000000001e139a02cd1615620de9c1c309e156765927332a1180ee8efbc9f4 0.00 MB 2 0
77,546 77,546 000000000026f2994dc9bb63d8ba08589878469e5e3517299adb28201d88d1a2 0.00 MB 2 0
77,545 77,545 000000000057b72029e38faa5b629b5df96b0734ba0fdd7d6a7c7f6b750eb4f3 0.00 MB 1 0
77,544 77,544 00000000002312c4796c3afbbe34a8fdb13f7e8061bd30c65998ecc0c8ad5331 0.00 MB 1 0
77,543 77,543 00000000002ea06ed08df98b92ad17cd11ecd0054dff262c6891d3187628f96e 0.00 MB 8 0
77,542 77,542 0000000000374d44ecb333e2e9fcde8c76743865ab031cb3f92c22be7b7dc3bd 0.00 MB 3 0
77,541 77,541 00000000000a873a5d65338ba0ae5021e93bd564b4184394f2ef5550015c28cb 0.00 MB 2 0
77,540 77,540 00000000003c60108d10dafcb1b76004f4d6ddfaec3b3564cde33aa49b0f40ba 0.00 MB 1 0
77,539 77,539 00000000003f73e4cd8d3796b960a499f746ee0a1adb3f710189d537e4d88fcc 0.00 MB 1 0
77,538 77,538 00000000006299d0c6ecd2341d311b0aeec7e3587f8318a8edd5e522e5963a3c 0.00 MB 1 0
77,537 77,537 00000000003aedf787b00a4222e66467e689753796d71444a09b9fba0638ff6f 0.00 MB 6 0
77,536 77,536 0000000000208d73d769f1967c97b60f62356d15800bcbbd72783cb497217785 0.00 MB 1 0
77,535 77,535 0000000000208611395e3ecaf4c64aafe45e6f7e29fd25d442bb5d46f5b24d00 0.00 MB 2 0
77,534 77,534 00000000002db467cd4eb793dd76df6d381407b1778b04fab3c5391713cc32d2 0.00 MB 1 0
77,533 77,533 000000000001b261224abd6fc104319c0904e4e99209ba2f05e262cebe4544dc 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.70 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,672.19 GB sent, 96.38 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.