Memory Pool Memory Pool Refreshing

1,352 transactions
5.43 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,354 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,353 (839,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,507 68,507 000000000538e258b712a54ef862b376712089921f60a81ab6172615ab461319 0.00 MB 1 0
68,506 68,506 0000000004fba41cd094ac2b47e5e73739f94a5d42916e063c224ac7238d7cd9 0.00 MB 4 0
68,505 68,505 0000000004fc887ff6ff83fe37c64c7ea6c4e017ab5c11dd76fbf07b6f5b5545 0.00 MB 9 0
68,504 68,504 000000000491ed9ef82c2af310107c612d926b0d522dc734c6d50ad22d424bcf 0.00 MB 9 0
68,503 68,503 000000000056897b5ae77e35d55bbdfaac3f584ea9d2db0247a53c06b5675749 0.00 MB 3 0
68,502 68,502 00000000028867ad400ea30c75f3153f1bc1a1066ce31c72989ca6bfb79c9247 0.00 MB 10 0
68,501 68,501 00000000021cb5a79c6b05ec2240f759341e02775fc6c85c804fe29e26cb327d 0.00 MB 5 0
68,500 68,500 0000000004a6872eee1cbd25bbe4ca33ddbef27b6ecc0ce72d58cb205ad8b5d5 0.00 MB 2 0
68,499 68,499 00000000006305d375447b4aaf52ab3d3fe60a719bec0aca6a4ae92eb8306945 0.00 MB 5 0
68,498 68,498 0000000004a9b4c4dc6aa647db0267f6176d05657bf4688715c00881a9215ea5 0.00 MB 1 0
68,497 68,497 0000000003ecb00ca0f8616afdf77c727a3aff4e58e03fa3055e39b3899d2a9e 0.00 MB 7 0
68,496 68,496 000000000168bdbbf6a5dc5962d3b0f5ee5d110aea3666be90af2889401063dc 0.00 MB 3 0
68,495 68,495 00000000041d025970b46c8586d962156ff051c1738a11730946e98dad818fec 0.00 MB 3 0
68,494 68,494 00000000036988b8a546b4094d9c728a11e58176886ddfae3d02648e475497be 0.00 MB 3 0
68,493 68,493 0000000000bdf782f4a295028af541f6d10623ebd1647af4f2c0aa5bcb7dd685 0.00 MB 9 0
68,492 68,492 0000000004143d0269e9b356414fe3abf46e7e20171f026bf319437218b8012a 0.00 MB 1 0
68,491 68,491 0000000004049b696105d71be1246b4cdeadbf6525f9ff77aa327dac4e08e606 0.00 MB 9 0
68,490 68,490 0000000000c2a0c02f03f1531e49433308b8971662c83dab06d630e47060a6fb 0.00 MB 2 0
68,489 68,489 0000000001a1ad493a11e4643c4629fb813cce25766b03f566a537a5c633637d 0.00 MB 3 0
68,488 68,488 000000000543866df4391e0ba0b909dfa1458e818abe396caf6fdc35ee900c00 0.00 MB 2 0
68,487 68,487 0000000000fe38d30a79fd0e72e2c0735657f134c6f3d74912beba93e2efbe05 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.33 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,702.01 GB sent, 98.85 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.