Memory Pool Memory Pool Refreshing

1,269 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (10,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,029 897,029 000000000000000000014aa0e1a537e316346a56901e44f6e1c20cea2677568a 1.68 MB 2,758 10
897,028 897,028 00000000000000000000d9071788a650ace96f159960e5c9c49af2614097b485 1.78 MB 2,091 7
897,027 897,027 000000000000000000023c61ff47b1b6d4b55df9d53c54630e84ae551338e4ea 1.57 MB 2,003 9
897,026 897,026 000000000000000000022526f87e5c92eb12f46beaa0991afe5d8320ecb0c09f 1.64 MB 3,144 10
897,025 897,025 00000000000000000001751338f443d2981dcfcebd5634393ffea83af51b4b3b 1.53 MB 3,302 19
897,024 897,024 00000000000000000001232838aff2a98af2061b1befc248aa4f4a8388f3a838 1.58 MB 3,618 22
897,023 897,023 0000000000000000000190d0606e05fdcd9bc786c7f8f30b4534cd08deb05a25 1.47 MB 3,663 34
897,022 897,022 000000000000000000016d62ad4bd800ffe95f53dcefa3c5a26caf192092b9e9 2.05 MB 1,367 6
897,021 897,021 00000000000000000000aef7e2d0f2328ecf9909e52f539d76374253bdf2e4d5 1.83 MB 1,606 4
897,020 897,020 00000000000000000001e837a77b5fdd2a4d3f9ddef25b2bed46167db910f00f 1.80 MB 1,984 6
897,019 897,019 000000000000000000002848c72d9a1a11b9e7304e96006e3446e13b04d6c628 1.91 MB 2,539 8
897,018 897,018 0000000000000000000112d5d3716655fa40af6ffb402b889c050193a0405e6f 2.12 MB 256 3
897,017 897,017 00000000000000000000e74831dbee9d0bce27b2366fcf10330b37e0d868d84d 2.18 MB 922 6
897,016 897,016 0000000000000000000025fc5435625a313de673e6349195c904055875994d46 2.00 MB 2,680 8
897,015 897,015 0000000000000000000195d3b4621c54e538bd3d1c9e483076b3ad26b3bd29c2 1.56 MB 3,821 20
897,014 897,014 00000000000000000001b7ca19ac3cc57cbd88563f19c02379177ae62433ecba 1.73 MB 3,365 8
897,013 897,013 00000000000000000001a3e401c59e861891581005b01dbff344bb32e3c50b45 1.38 MB 3,553 4
897,012 897,012 0000000000000000000046e81b5873b512b7be05b9360fdae5038c0645c3b033 1.31 MB 1,642 5
897,011 897,011 000000000000000000018f1992844a865152f8b4aa0693a86e90eb10e3692c0e 1.63 MB 3,294 9
897,010 897,010 00000000000000000000aa4475d1a68a5bb1030f30a46f9ab8e5f6c7f8d42019 1.55 MB 3,819 15
897,009 897,009 00000000000000000001b2c2dd11ee0d4312e2594a4ff46ecae4fa3c95baec85 1.56 MB 2,788 6
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.