Memory Pool Memory Pool Refreshing

63,340 transactions
31.07 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,769 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,768 (461,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
411,106 411,106 00000000000000000151600ffaea0b520edffa7878ff9e4f7a63084cc8cf015a 0.93 MB 1,342 20
411,105 411,105 0000000000000000006a0a1c8ac7296d9d9f833ee898f9f088d4883c221441a2 1.00 MB 1,547 34
411,104 411,104 0000000000000000006a261602e09a5ef2a17ed2f85278450273906bf5c08400 1.00 MB 3,244 68
411,103 411,103 0000000000000000005abe50cdc3fb7a468e55653a119c6e0f3d3f19dd729771 0.24 MB 371 27
411,102 411,102 0000000000000000044ae7b0d79d7dc679187c3ba31dbc0383d3713dac5e7bf1 0.36 MB 683 28
411,101 411,101 00000000000000000492033b975020020a9faa849f74ca154d827c40fed941fb 1.00 MB 1,487 23
411,100 411,100 0000000000000000047d18bc4162476f6d05d3381c6e3c8dc96de063ca45a6a6 1.00 MB 2,245 37
411,099 411,099 000000000000000004a05ce1d2d1383e26ab9c65b9e6afe194a6f3507d90e7cc 0.58 MB 1,136 38
411,098 411,098 000000000000000003f324b0e2a6e508cdc6c0c6f1c806b77f2920e2b288f139 0.84 MB 1,575 31
411,097 411,097 000000000000000004972cc14dbffec26fa53701b8e1870df51e9d1c62d30f43 0.99 MB 1,934 35
411,096 411,096 000000000000000002ea02e64806ec2c0b700799f08294cdddcc278309ac7199 1.00 MB 3,118 52
411,095 411,095 0000000000000000023ca1a29833109c9c4eb79955b152268bdcd345fb3c4a89 1.00 MB 1,193 20
411,094 411,094 000000000000000000eda1334f9a12b1a12984f8e5638867b9feec7a7373f2f5 1.00 MB 2,457 51
411,093 411,093 000000000000000000f3d17f6d6896983040bdf952689f6e145e698b97025fdb 0.99 MB 2,836 53
411,092 411,092 000000000000000004049da33c741da7d7c93e81b269ec111e5be79c090a4950 0.19 MB 292 33
411,091 411,091 000000000000000002f7036e64acf86c5ba1e2629ae93fb458896f2ea052e001 0.33 MB 307 13
411,090 411,090 000000000000000002fd0504ec0149570878009cc2eb37706ab6fa815da3c212 0.47 MB 553 21
411,089 411,089 0000000000000000004ffaa82270797dab27c0e460ca95db61b1aa72fc50512e 0.70 MB 1,571 40
411,088 411,088 000000000000000003da9308f8c479318562b50608355fa96ecfca04217d20a9 0.28 MB 712 42
411,087 411,087 00000000000000000340da12136e1ea130e9706473977a563c8410955529655c 0.50 MB 1,085 38
411,086 411,086 00000000000000000604aa8c4fadbdb58b8d7f62add39f1a68a30f3c88207c49 0.55 MB 1,059 34
Previous 10 blocks ↓
Total Size: 704.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,655.99 GB sent, 242.06 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.