Memory Pool Memory Pool Refreshing

3,924 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,750 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,858 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,749 (850,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,230 58,230 000000000feccd37ebdee08a1f4da2426ffd67600976e02114bd55aadfadcc51 0.00 MB 1 0
58,229 58,229 000000000ca6a774e85b5504e072b0b832b09fd3234f683db33fa6b17d00e321 0.00 MB 2 0
58,228 58,228 00000000143a22e38913e6f40a1e7a18549b6556cc2377446ff532752ef6cf02 0.00 MB 1 0
58,227 58,227 00000000031bbd37341333a020dce0f51144fb057ed63e33090909dd45318504 0.00 MB 1 0
58,226 58,226 000000000a42945de394d6159eb29530be59e8a2a3576a8810ea2870cc98204a 0.00 MB 1 0
58,225 58,225 000000000bf6d55397d5c5e8753f3302bf2ce200366ad3fa7f7d6146a994d0dc 0.00 MB 1 0
58,224 58,224 000000000684477319d3b934558524a5d31c014bba331e0aa17053897fae434d 0.00 MB 1 0
58,223 58,223 0000000009fdeaf32759ba8be33faeec3bbcabd1fb1449f52bd4b48ae812f187 0.00 MB 1 0
58,222 58,222 0000000010ffacba5a3d00f361ad12ec2165575af6a5effc9d2a608413199594 0.00 MB 1 0
58,221 58,221 00000000110312d45703f0f457cf879e151081f3c69308b252ae69d515f2266a 0.00 MB 1 0
58,220 58,220 000000000b58b6c1b4a41b10e823c06c82884c12ebdf273b10f15289bfc432b0 0.00 MB 1 0
58,219 58,219 000000000c48b264644f7e3615ae3552b4f33721e74fc36002e3c656d593ba6c 0.00 MB 1 0
58,218 58,218 00000000132ddb4b33195c121307050a6a3405060cc6beeea927d377d4d7e4e6 0.00 MB 1 0
58,217 58,217 000000000f128a59afe0c7f69625bdc4468a6b7adf2513f17f639b2bec8aea9d 0.00 MB 1 0
58,216 58,216 000000000af096fa92db0c4a88caf3fab7c0795bcd43f666f2e752c3df3d576d 0.00 MB 1 0
58,215 58,215 0000000009f2a5d7942e987d096cd2701deb08162a56cfaf59ac0dc8a076312f 0.00 MB 1 0
58,214 58,214 000000000780b93727cb4ce0463e669a8bec25fa6cfa41c466b7d111ef17c101 0.00 MB 1 0
58,213 58,213 000000000ac06e694417c1f3a932df25404b8b21f7d6c5b2b0d60bd9acc1b04d 0.00 MB 1 0
58,212 58,212 000000000a5f05e6ae0091e542f4aedf72af441c9644c1736bdb9768bfae0631 0.00 MB 1 0
58,211 58,211 0000000009e7515975c20a282d3ffc90b45ed9684adc1a67af236e4d3715b291 0.00 MB 1 0
58,210 58,210 000000000721cc0e50f5d623b031307d865fd1ce47ba9ee509317a77e45e72e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.10 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.07 GB sent, 102.48 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.