Memory Pool Memory Pool Refreshing

4,924 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,460 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (609,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,032 298,032 000000000000000013826788f0885e0b0be2fa943972eefc0a04b98e862dfd70 0.28 MB 450 32
298,031 298,031 00000000000000005af8d5387a8a595ed2a34167c55b14cdcaa97e5c380f6c7b 0.07 MB 128 33
298,030 298,030 00000000000000009aec722db1da2fd89a2a2bb90a499f39f098b1d884a4c7cb 0.12 MB 222 31
298,029 298,029 00000000000000009ba083a89d8917b4b728f48706c81cd08118454ec99d6f74 0.06 MB 95 27
298,028 298,028 000000000000000020365ab82fbf0d69b29f3c8889acd8241f4bf97951d6995a 0.02 MB 41 14
298,027 298,027 0000000000000000375468bf506050092bcac06df91f8627c8548bce1b46ebfb 0.29 MB 540 34
298,026 298,026 00000000000000001c13f42931102dbafc97e309f1b6f8145abcbd466dac557d 0.05 MB 128 34
298,025 298,025 000000000000000013ea1e5ac3404b5d30b393c60a2f67daa3c244e4395ecbaf 0.05 MB 75 28
298,024 298,024 0000000000000000143c0d204d580016be39413420fa7139bb8ed208f2af02a4 0.19 MB 340 33
298,023 298,023 00000000000000008d18a971b8e433b4c516840aeb8a1fd2d7c3e47d10c31454 0.14 MB 230 29
298,022 298,022 0000000000000000206fcc5a8ee99342aa69f5e4b1ac4c8bcf64bb64098db8ac 0.25 MB 484 36
298,021 298,021 000000000000000013a8d8e4b766f27d8c94b7e872485d4f56e9bcfc7e729731 0.01 MB 47 44
298,020 298,020 00000000000000000a55ad6aae8d664be6e31b0bd8ceffa9b3deb3074a194583 0.30 MB 464 34
298,019 298,019 000000000000000012d412564f5565f707465f34cfbc75f822f5ddcbb53e22c0 0.11 MB 174 31
298,018 298,018 000000000000000052469e8e358079c3b03a1db39ee786ddaa407b9dbe9b770e 0.16 MB 154 13
298,017 298,017 00000000000000000a7371f7d5abd102eb7cec0f84450792ab9271e1cfca2da3 0.35 MB 229 13
298,016 298,016 00000000000000002c371d1eb2f4a7afece81a90731d5f5f1bb12548aabbc188 0.35 MB 586 24
298,015 298,015 00000000000000002014d6411bfb4b120004b24dffd8e86da8bd332b34093725 0.35 MB 1,071 54
298,014 298,014 000000000000000026a569ba1a7472c656a42c86611d85cf91e4cdf1be97a14b 0.26 MB 484 32
298,013 298,013 00000000000000000e474211ddb070655893f1c74dce3e075e18ec25bdef4221 0.05 MB 79 44
298,012 298,012 00000000000000005461c27f85f6abdbfcb2dfebc566e95eef444281d47a596d 0.21 MB 378 41
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.