Memory Pool Memory Pool Refreshing

4,644 transactions
4.60 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,679 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,678 (850,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
58,209 58,209 000000001069cd5d883094ea6942540d6d78489478f9987611e57337afc9f836 0.00 MB 1 0
58,208 58,208 00000000150761c643170ad4b425641924a7e789609d0b0f329f7e163a921d2d 0.00 MB 1 0
58,207 58,207 000000000e00fd86be68f1e3050af87c43c9e82f4dead4d875e7495ee70ee6ed 0.00 MB 1 0
58,206 58,206 000000001002372a54b6dd695d4d1c50839441a5ad6a4e42884ce19d2cd0b334 0.00 MB 1 0
58,205 58,205 0000000010af2bb393b005c23e526b9c74fbee6d21d779ca5c08214579c494b3 0.00 MB 1 0
58,204 58,204 000000000c0a58064804af85dab3bdb75472894795e282f18d275b7cb9bd1a30 0.00 MB 1 0
58,203 58,203 0000000004847c1331dd175c5e277b6fbbdfb580c2584b2dd558fb86194a6ecc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.96 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,853.77 GB sent, 101.76 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.