Memory Pool Memory Pool Refreshing

5,189 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,701 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (73,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,791 834,791 00000000000000000001bfc5b4c8041c86608716afb6aa5bd030399dfb7f0c78 1.73 MB 2,443 22
834,790 834,790 00000000000000000000d4422e9908ebfa704df1069e91b77028522bc6d8c31e 1.61 MB 662 15
834,789 834,789 000000000000000000011b1b8975e8849d895f42eb1c205b2932609f80b29261 1.83 MB 1,388 18
834,788 834,788 00000000000000000001ff2500d3e6edb67f2c4239e1da64c3e39922576df46c 1.82 MB 1,706 19
834,787 834,787 00000000000000000002743fcaa9a74073efff88e02007b61061f0cfced4acda 1.68 MB 2,105 23
834,786 834,786 00000000000000000002d666b8f70e1e9fc66c92febd9294a8f9475ac8860348 1.71 MB 1,714 18
834,785 834,785 00000000000000000002eaec6076876b467d166b1053036e26f8cf5add67f577 1.65 MB 2,418 24
834,784 834,784 00000000000000000000ce958ae5e214abaee810a2ee2c7ee530544159e7995b 1.67 MB 2,883 29
834,783 834,783 00000000000000000002223aa861cb2c231c8bbb3144386a5062976954540331 1.58 MB 2,413 23
834,782 834,782 00000000000000000002611e6d7fc2921e6658f68dcee490e75dd928ab09810d 1.58 MB 3,018 33
834,781 834,781 000000000000000000017ab44f4c34b2ab5d8e10370fa55348bf765048278789 1.59 MB 2,565 18
834,780 834,780 00000000000000000001e5fc1939bdf9dab4379478743b6edb2e0badfe5c4527 1.55 MB 2,794 36
834,779 834,779 000000000000000000024f2a652baae0fb4d7b0d037ce18e94825e33b510a9cc 1.78 MB 2,241 19
834,778 834,778 000000000000000000000570bbacab466670a1b43bb7c8fe7abd02a221e0cc92 1.62 MB 2,826 30
834,777 834,777 00000000000000000002f6ce7668981945ac07771ea72d6168324a7ce50e5529 1.63 MB 2,712 24
834,776 834,776 00000000000000000001e51aa4115b2a9fdc99d9eb3028bfe565ee6d7253fe7f 1.60 MB 3,379 37
834,775 834,775 0000000000000000000176a741bf86323821997ea8fa8587bc3c623173a7a410 1.60 MB 3,173 32
834,774 834,774 000000000000000000001abdfe99e7e83f4647215b10aff9252ee9f432c52688 1.76 MB 2,250 22
834,773 834,773 00000000000000000001d1c4238aa6f496c999b8003f826df726902459a174a8 1.67 MB 2,418 21
834,772 834,772 00000000000000000002ee2df25320b7c1a6a8b9bb201bd10ada7065562e1618 1.34 MB 229 12
834,771 834,771 0000000000000000000211725cf447be488652db900e5b4870c013e4de150b39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.