Memory Pool Memory Pool Refreshing

1,616 transactions (0.41 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,799 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,798 (895,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,958 12,958 00000000edcaa94a4ef3c4142a094b658fef74acbf01ca56bad672eaa3565256 0.00 MB 1 0
12,957 12,957 000000005a64b972e082da29b93dc9bca293a8a87c30b1fb468727697b703ee0 0.00 MB 1 0
12,956 12,956 000000003a7c6ad9112d68e5bc9f94484dc159ca20544578b2148bc4ba519d98 0.00 MB 1 0
12,955 12,955 0000000097c8bbac4dbb6cda36c72f98e8bb0b0912dd2e6d4396801581de0f47 0.00 MB 1 0
12,954 12,954 000000008e2394b8f8aaedfb4b84b2cc0e1788dec785e8e6eb3ea2b6086d266d 0.00 MB 1 0
12,953 12,953 00000000d5a735ed79bd27a00a989b066d52416accc07cd4009e392a7c688dca 0.00 MB 1 0
12,952 12,952 00000000ba16045c3dae8a6b1abee685a1c0db2d56195c5cd90a49b05c97b51c 0.00 MB 1 0
12,951 12,951 00000000fa0b6641ab7bdcf9b2a89bc07db3c1641895737a676b0fed6ea7d61e 0.00 MB 1 0
12,950 12,950 000000001397984482a4cc257446f239e950427337f0dc1779b542d92a8fb962 0.00 MB 1 0
12,949 12,949 000000004981a7c3391b3783fb5544a7b798c90e62d8fe45e0f84255df4f7ad2 0.00 MB 1 0
12,948 12,948 00000000d6309a4bb42b120dba7e64ec2695218c3e3b7205683f5ad36d23395e 0.00 MB 1 0
12,947 12,947 0000000052cb7886ed0a952043894de9e4e094f663543f73436c7a045585ee99 0.00 MB 1 0
12,946 12,946 000000000828b624f9340bd13ebc26e39a98c900ee3782e0a7cbbbb1ee1c4940 0.00 MB 1 0
12,945 12,945 000000006cde030db958ac0ea9f7d03ef854a93399c5db157d715d84b491f275 0.00 MB 1 0
12,944 12,944 000000002afb0c0f0e90c5a2b787f27e7704bb5131e6286bf340fd539ee4a655 0.00 MB 1 0
12,943 12,943 00000000d68d4d1b1020287d576149c9072704ff6e51a173402f5487558e5a06 0.00 MB 1 0
12,942 12,942 000000009e0faafc891b46d864eb6c6e31f753f0fde05352921a387c3d36af64 0.00 MB 1 0
12,941 12,941 00000000b092df1e43cacb752aec0cdefebe0fcde66081f62cc62ddd2293b92d 0.00 MB 1 0
12,940 12,940 00000000e8faa67bbc8e3c07cbfceefccbcf95bad2005fee78c7821e3856c89f 0.00 MB 1 0
12,939 12,939 00000000a864262fbb9c394ac20dce2c8a68216ab9ac381915b17fb682508ca7 0.00 MB 1 0
12,938 12,938 0000000006fe3b1cecde22617b9fbe02e4f32140cc3c8923a14a9c7079c53e04 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 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,857.28 GB sent, 102.99 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.