Memory Pool Memory Pool Refreshing

4,556 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (181,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,483 726,483 000000000000000000001d56d956850db70ad31662d9d1d2ee426002d416bc33 1.42 MB 2,645 9
726,482 726,482 00000000000000000004a29d6cd18d395abb27c826fcc4caf4dd0e2def00627f 1.64 MB 2,597 23
726,481 726,481 00000000000000000009e6ebee8671885fc4f75377096e368c8512abdd782761 1.45 MB 3,129 11
726,480 726,480 000000000000000000014e1f0200d5769a9d517a562ed0b5d256ce13680f7a37 1.03 MB 1,424 6
726,479 726,479 000000000000000000095bb71b942be151cb4cb2339aab924dddd317b633cd22 1.47 MB 3,084 9
726,478 726,478 00000000000000000009f87a02668777653b3b72c661ed336f2db8694ebc32ed 1.22 MB 1,929 6
726,477 726,477 000000000000000000090cc98736846858cfedd4d7d394db9d403bd7a9b5f676 1.53 MB 2,589 7
726,476 726,476 000000000000000000075aaad22d08ebae43ddca59751be4721cec0137ce57de 0.48 MB 710 8
726,475 726,475 0000000000000000000993ec882f30935848fa2aa36313c624674b76bbbfbae3 0.44 MB 780 6
726,474 726,474 00000000000000000001a6242c69f0b4e99d5adf9c6cd6f2f01381b10f69164f 0.24 MB 510 10
726,473 726,473 000000000000000000099e19fe33e2f5df6e17c0df07b8791e2525f6c6691e24 0.40 MB 719 9
726,472 726,472 000000000000000000008ba2f658426b75201ed25c0cce3524142481174a8020 0.71 MB 1,140 7
726,471 726,471 00000000000000000006709aaab27b2af2f4312d80a67bb91a564f02fe3067d8 0.47 MB 750 8
726,470 726,470 000000000000000000070b8190e207d3a702da8bc81b01541831b03c99b03f4d 0.86 MB 1,365 8
726,469 726,469 000000000000000000075bd3ae3bff1d17c998eeeac87494c2649280d168053a 0.98 MB 763 8
726,468 726,468 00000000000000000009e2d2eca3df6cd1e8b69fdf5c4e89b60089d414c62706 1.51 MB 2,252 6
726,467 726,467 000000000000000000081ae71f03047969b8a30f859dfd9428fb0d0b2a324556 0.27 MB 281 4
726,466 726,466 00000000000000000007733c7eec5fdcadeea1bd646c9dc9d809aa40d4aa5bf8 1.13 MB 370 2
726,465 726,465 0000000000000000000036b92d5f8de4d4fdf6a8c13e7dfe59b2840fa25c43a7 1.60 MB 1,685 6
726,464 726,464 00000000000000000003e8896ad68d91a988adbda18473c5a26180de7b004672 0.81 MB 1,402 7
726,463 726,463 00000000000000000007d1001fc5149ac1e8ae2f739b28213e3cb8076269d577 1.57 MB 1,902 2
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.