Memory Pool Memory Pool Refreshing

1,173 transactions (0.43 vMB)
  • 1 sats/vbyte = (8 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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,759 (870,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,762 37,762 00000000877eac4f11b3885cd9fb3b64f2f642bcee2dc2902560fa87c47989fb 0.00 MB 1 0
37,761 37,761 00000000948409e4cf4ace318408f213979b39984c9764728377e6a2278fd916 0.00 MB 1 0
37,760 37,760 00000000180c8d40d65dd61b4a5e63fa66d96faa034a49d51387ae79a5107213 0.00 MB 1 0
37,759 37,759 000000009845212499319d3efc9a51ee757e596ca21f1ea5f3dcbce997628440 0.00 MB 1 0
37,758 37,758 00000000bb380b571d5d4d8ac79be0728ceecafef89def460743326a5c43d4ed 0.00 MB 1 0
37,757 37,757 00000000b7835f93392d07c90158ecf0e0fc0b53bcb0ba67d36f636dbf5ef38a 0.00 MB 1 0
37,756 37,756 00000000b8e7e84ecc900bb4b5594658ff16319fe78217ba03aa621fb5c18e13 0.00 MB 1 0
37,755 37,755 00000000328233bca65ef89b4adffee8146f1efd3cb3ee4589daea39b6ce474c 0.00 MB 1 0
37,754 37,754 0000000068054cbb935fbefd96c14750ee4acff2cb111fc436b53144ed4255f6 0.00 MB 1 0
37,753 37,753 00000000a677b2e7ced76c522b28f00d471975f466d37d590e53220ba7832eaa 0.00 MB 1 0
37,752 37,752 00000000bb1814be4b76f4a65b8bf0e52382df9a7257d86449cf1c8d5926c746 0.00 MB 1 0
37,751 37,751 000000004ea629a81089696410ab385a6fe5c41f306f78a7c2ca4fd8588f74aa 0.00 MB 1 0
37,750 37,750 000000008e4fb56914bd1bb5221a48222ed23c13a219d8da8eaedee9d786aad5 0.00 MB 1 0
37,749 37,749 00000000b85f136331a93558bedffc6c0ab5680fc533eda5a0a22e452c9b9c44 0.00 MB 1 0
37,748 37,748 00000000444f3406225b3065b8d659bc8801e2fec69b52113469ee04147143b8 0.00 MB 1 0
37,747 37,747 000000005d1e098c86f0bd4cf4c45f228ce867844fe30b3037fb17a5e536323c 0.00 MB 1 0
37,746 37,746 000000000d4e7bb437073888c53613036d5620270874129b9cc412720c99d803 0.00 MB 1 0
37,745 37,745 0000000058d49b6433e1be14b743486d30b692b60b4502a48c1c5f827f08e16f 0.00 MB 1 0
37,744 37,744 00000000706db9fa0edd9a7c1190a3e926d8fae1896329d073ac95f8a723dbbe 0.00 MB 1 0
37,743 37,743 00000000784f85a6882d26951add5972ededd5bcc8dc347fc76123a22d4c8f69 0.00 MB 1 0
37,742 37,742 0000000086bb623d0ac3140aa8b3395a7eb5730c785801818e6bcf59621008bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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,856.32 GB sent, 102.55 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.