Memory Pool Memory Pool Refreshing

69,494 transactions
32.10 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,678 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,314 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,677 (100,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,124 748,124 00000000000000000000ac6b529a90718e67a0b7ceed48141eb0f3321876e843 1.51 MB 2,917 21
748,123 748,123 00000000000000000009134470715f9a95f740580f0febf844f9068a98868e73 1.31 MB 1,762 9
748,122 748,122 000000000000000000057e7efb35097a722f4de8adaa51c2b532299d57b414be 1.71 MB 1,924 18
748,121 748,121 0000000000000000000488f3bf296cf4307c72410f5ec86a20d75620715a89e7 1.55 MB 3,591 13
748,120 748,120 00000000000000000008ef42b3a764a4b1dd3f1cc21af81c2fb06834e2110587 1.63 MB 2,421 15
748,119 748,119 0000000000000000000494ab0ed076b00c8c3017c831592a3d1cc0fc61b58d32 1.60 MB 1,422 13
748,118 748,118 00000000000000000006f47e3702359aec2143280b516353691d6949139ccb75 1.46 MB 3,022 17
748,117 748,117 00000000000000000003e9e116e0d5593d3afdb9380bca16c3a22a92c0e71cb8 1.45 MB 3,538 27
748,116 748,116 0000000000000000000410a438e6149a4ec43dd83113ca1942fce6b81721ff12 1.18 MB 1,077 14
748,115 748,115 00000000000000000004dbc6b7ce2eaf7933e9ad444453a430e38a9018365f4c 1.58 MB 3,025 18
748,114 748,114 00000000000000000009b2049eeefaacd5a771a9372383d364514521f234c141 1.45 MB 3,354 25
748,113 748,113 00000000000000000000bfdc70d41ba5a4b87e7edf1c6b28ac2299c0cdd587dd 1.49 MB 2,783 19
748,112 748,112 00000000000000000004fcd385b5719b2c01db87772f45f4a12f044c15baf740 1.36 MB 3,224 22
748,111 748,111 000000000000000000066b71380a0e158a500f423f4f42865630bfdd8b03604c 1.41 MB 3,031 36
748,110 748,110 0000000000000000000832eb8d286ae3e0633363093ecce1686feac76190b357 1.45 MB 3,407 24
748,109 748,109 00000000000000000001e38222069c1befb73e8999a166253b101772ff5cceb6 1.48 MB 3,380 25
748,108 748,108 0000000000000000000968c3b437e9833892c39233cef429fefbe66f881d5230 1.57 MB 3,322 14
748,107 748,107 00000000000000000002d0ed27524e52530b637c7c308624448791067f7b9278 1.71 MB 2,970 16
748,106 748,106 00000000000000000009c1daacebe1257f1d4393f82caca65d9102a93c7bb181 1.51 MB 3,830 20
748,105 748,105 00000000000000000007f085be0dd6bcc02c6d037c8e12a7fb3f773636d175de 1.54 MB 3,425 20
748,104 748,104 00000000000000000000198847ce23b2f644c0c8b903bedb9366078f94084e32 1.54 MB 3,317 26
Previous 10 blocks ↓
Total Size: 659.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 104 incoming
  • Data Transfer: 2,231.53 GB sent, 4.25 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.