Memory Pool Memory Pool Refreshing

20,082 transactions
36.28 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,155 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,752 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,154 (396,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,198 465,198 000000000000000000a984d904f89c1873b718f8159a720898d21fccec206762 1.00 MB 2,698 236
465,197 465,197 000000000000000001bd075ae5debc33fd57ea77c8a7d5bded861052e4d803b9 1.00 MB 2,242 160
465,196 465,196 0000000000000000016b6c4944fd603bcf99dcea7853bffec3aa17f65a59428e 1.00 MB 1,730 211
465,195 465,195 0000000000000000014f40b1f6afc9e055e2880b624e928bc390844c6da78b64 1.00 MB 2,172 190
465,194 465,194 000000000000000000c78c500fc40c271113a0981615ad29913654e4eea9886d 1.00 MB 2,315 137
465,193 465,193 0000000000000000005906729f2c37a09cbda3dda1134aa9243fbb29b9b5ae3d 1.00 MB 3,753 122
465,192 465,192 0000000000000000019dd52b44300d9ed245cafe33b3644f4aa7e47ef30dc4d3 1.00 MB 2,695 148
465,191 465,191 000000000000000001ff2e341797f288ba522dc97acc3aea0bcaab33df472152 1.00 MB 1,459 125
465,190 465,190 000000000000000000ea18f712303a0d2dc233b71084560652f39ff2624a2fa3 1.00 MB 1,775 143
465,189 465,189 00000000000000000046d540955f453b34ea6c56c67d493204b0511bdf8b598e 1.00 MB 2,498 182
465,188 465,188 000000000000000001311e97d7b870d3af9e7c8ac26b14b69935b7a777a16a21 1.00 MB 2,044 167
465,187 465,187 00000000000000000137b421d2b20b4b729021717c467be62f4315954673a010 1.00 MB 2,813 147
465,186 465,186 00000000000000000022397515fefc14ba17ddc28102f3a99e8d06de96306572 1.00 MB 2,462 260
465,185 465,185 0000000000000000012342b4e308044c2b8bc9f9fafc40012e4d44df778742e7 1.00 MB 2,212 179
465,184 465,184 0000000000000000013854b79bf0298073af541d17d387e37726b5e013804ff5 1.00 MB 2,185 186
465,183 465,183 000000000000000002068b7964c066f24cbfbceddc713c1f0f98aa1352a2919b 1.00 MB 2,376 160
465,182 465,182 00000000000000000153d916bcf0e808805a166a1abefa66b2c22e2a138a21c1 1.00 MB 2,335 138
465,181 465,181 0000000000000000006216fd557be2a796e8c359e1881b3f9b1756a4b4647577 1.00 MB 2,224 196
465,180 465,180 000000000000000000c62100375c0f3b180ba3666ff27453407b3a53e86e7a67 1.00 MB 742 159
465,179 465,179 000000000000000001e258fcde396dd9ff512321922d0b4af42057ee4ef046d2 1.00 MB 947 184
465,178 465,178 00000000000000000117b3501931c8393a1e8974c2b93925bb87c8baa4d2ad8d 1.00 MB 1,985 168
Previous 10 blocks ↓
Total Size: 684.46 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: 1,343.77 GB sent, 101.29 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.