Memory Pool Memory Pool Refreshing

3,826 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,372 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,752 (818,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,650 90,650 000000000009c38c6cdbe9c1234a407bd7a9a11139824518d015e4dab8953e71 0.00 MB 1 0
90,649 90,649 00000000001042e50c59649c0577984812271f4bad3ae5d805179b1ca6dd951f 0.00 MB 2 0
90,648 90,648 000000000012e2c599794e152fb91ee52129f9bd832c4686dee89a83297df108 0.00 MB 1 0
90,647 90,647 000000000006d751cac276fa0f80d0096e845af26a6c63679e2a8f516815366d 0.00 MB 2 0
90,646 90,646 00000000000f252fda9703b5cb7aa0228169fd26948f6004a17e0365776f06a3 0.00 MB 2 0
90,645 90,645 00000000000ed8a70021471d6bd59a26dc4963a440a010b77d0cdaaf916124b5 0.00 MB 1 0
90,644 90,644 000000000002562db16bc74f63b899c42e0b7b91a06ce70c7413ae9992a251e0 0.00 MB 2 0
90,643 90,643 00000000000745232735d53ca45e73a25647044cf65aaf0d700bccf7166121e9 0.00 MB 1 0
90,642 90,642 00000000001514693224fd3c20ffed196f76afdaedb38ac31749673bf6f19588 0.00 MB 4 0
90,641 90,641 0000000000089c52e5bf0d67ef52094854fd12f1e8edcc0c2397d8682abbc6cc 0.00 MB 2 0
90,640 90,640 000000000004a87d024a98bd9d08983b1b4c7aac85f52aa75bb421570a6d0f0d 0.00 MB 1 0
90,639 90,639 000000000008d9268ffab936bac3dee1e904b176929a1cc8b512185e546df38e 0.00 MB 2 0
90,638 90,638 0000000000054ba44c137034a10bfa499b2463a9fb5289a496db2bfa71836b8c 0.00 MB 1 0
90,637 90,637 0000000000061255701c779f150340b58fac9dad47a32ebb618e2974a2c98e18 0.00 MB 1 0
90,636 90,636 00000000000196430d26a06846cdc2859f9cd2641b2cf775d7f8888506d03478 0.00 MB 3 0
90,635 90,635 000000000014f017bf98763903714528c20310d17043cc5b9f7f84b95b89f20b 0.00 MB 2 0
90,634 90,634 000000000009cbcc0e81ae6755403cf00e7e84741fa2a0b4fcd409fe1aadf3f6 0.00 MB 1 0
90,633 90,633 0000000000110f7112624b883228f4925bf005692dd6dba642c61bde7f08858e 0.00 MB 2 0
90,632 90,632 00000000000ea3b2d6f8f409fa01da3f59039e912ea7c7e15b83fabb123d328a 0.00 MB 1 0
90,631 90,631 000000000006dbf3d13f24da9e6e1a22f5bb9b654dcf1ac4eb8617761a18d20f 0.00 MB 3 0
90,630 90,630 0000000000149d38b36f6d2a869a376755ecf579ddc8f33d22a2de14c6b512de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.10 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,856.18 GB sent, 102.51 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.