Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,257 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (896,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,799 11,799 000000007149e9114dae399e5c832fe9f9806bc77fb789e2742087c6c65a5dc7 0.00 MB 1 0
11,798 11,798 000000005e1c6ac4ff821b203c0fb89ee6a134524c858095ebf83fd0e9101f7e 0.00 MB 1 0
11,797 11,797 00000000ae050c94e1eec61f4b5c372eb1109cb8e96110b146ab4dd8f0775532 0.00 MB 1 0
11,796 11,796 000000001e88c14637e8785d5d2671fc6a63f7437ffab8a5b2b036a64ab599bf 0.00 MB 1 0
11,795 11,795 00000000d075dcf282cfe838432fe3db6ed0b748b4f8cd109770d2a2a867c8b8 0.00 MB 1 0
11,794 11,794 00000000b72c6dc5aa6faa3fb6953711e407c099621d015b4f4de4fcb72bdcbe 0.00 MB 1 0
11,793 11,793 00000000fbfdd7be6ee67fb407f8c5d932a773dc7447a26a4487225a71053aee 0.00 MB 1 0
11,792 11,792 00000000ea2b9571ec8034e1d0a02cbec4ab70ce864c1488c7c6feff4ab62c50 0.00 MB 1 0
11,791 11,791 000000002de19f6a532f636eb571013c20522b36bf0c2110a45628c2f6f06be9 0.00 MB 1 0
11,790 11,790 000000005f906fb161e1f7c542ec25ed1b42dca1dff1bee67144cbac7ef8f66c 0.00 MB 1 0
11,789 11,789 000000009d706f523aa2336f5db326c43121c18061458a066d696f489c098419 0.00 MB 1 0
11,788 11,788 0000000069b6488fd65b6f0ec915ba2cfed15fa86be5dba66acf5565fd2a01fa 0.00 MB 1 0
11,787 11,787 000000006491e80207eeb658f38fb355eb55f3fb601993460a7521a030e8da70 0.00 MB 1 0
11,786 11,786 00000000ae04707003200a816b0a696d47a2f44da8b66cf0b709985a2a0d8fb1 0.00 MB 1 0
11,785 11,785 000000000dd090bcd3ceff15294d6b7d00d185fffb56833b24afa41f39917b7e 0.00 MB 1 0
11,784 11,784 00000000d17a93e2450af4996167237750de07ce1c2e6d9614726cbbcd272039 0.00 MB 1 0
11,783 11,783 000000002228a1acc6120603855e38e0f48d372051d116331b1b3f930f8d4f2b 0.00 MB 1 0
11,782 11,782 000000008a00285b3dbcacf57acee089a16b64e8fac03317fd131e701becf79c 0.00 MB 1 0
11,781 11,781 000000003678d5cadfea90554d2dbc7e0258c15b8fef07d3ff50a5eb55ca97c7 0.00 MB 1 0
11,780 11,780 000000009f5861a8c581ba54ea68a475fbb38547599b5e62e7f620727c13ef95 0.00 MB 1 0
11,779 11,779 00000000af56a9ac66bb07cdebaf5fbfb4f75d2f764b42c7b3246674e6bdcd39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,856.91 GB sent, 102.78 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.