Memory Pool Memory Pool Refreshing

34,943 transactions
21.79 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,446 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,282 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,445 (65,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,675 797,675 00000000000000000002ceebb7b70881818f6c5ef6958ff9fc011c57d8327a64 1.47 MB 2,880 17
797,674 797,674 000000000000000000029b0ecffadd9a1086e3b335871f76c4193cd8e46a26f5 1.51 MB 2,642 22
797,673 797,673 00000000000000000000faabf815377a26cb6387f98f1be46f633708d1445be9 1.92 MB 5,671 7
797,672 797,672 00000000000000000004ae39059c84fbcaa2544157ca16d7ed67bb34a225fe33 1.88 MB 5,239 8
797,671 797,671 000000000000000000009a656e2fff650d949c041b0a6ebb51eeaeee69df4ccf 1.61 MB 1,365 6
797,670 797,670 000000000000000000035fcdd9d12fea876fa3ab9f062b090d6029666d0e60b5 1.70 MB 2,616 9
797,669 797,669 00000000000000000000133560dc2eabb761d1f004374ca9443c2e66c6bf11dc 1.50 MB 3,319 20
797,668 797,668 000000000000000000057762b9aaeabc2c9e77a00be2ebe4425a3a6077b181db 2.31 MB 2,259 9
797,667 797,667 00000000000000000002a8e98777f4eb4731e7fe6ade9a5638bfcf01c564d2ac 2.97 MB 2,337 6
797,666 797,666 0000000000000000000471296a80747c4a31102434a2e23755cb451b65633c4c 2.86 MB 1,322 9
797,665 797,665 00000000000000000002c965ad7c3dade27dc0d6189713ec9ce6a8785c002b1b 3.01 MB 1,890 5
797,664 797,664 000000000000000000051bfbcacac8603629d17ba608ced61eb16cc088ce9a85 1.79 MB 2,709 10
797,663 797,663 00000000000000000001fdf9a6ca90ddbf7485c0131ad726e019dd12a64b9164 1.29 MB 1,023 8
797,662 797,662 00000000000000000001b2681968f70ee41a31933e6d74c90f2d7808706bc871 1.54 MB 2,709 14
797,661 797,661 00000000000000000003233e8c347bbf5cc4689e9e2249b033896277c7176afa 1.37 MB 2,697 21
797,660 797,660 000000000000000000047ceac128fa00d4628763ed463f5f6749028d10c42921 2.62 MB 3,691 6
797,659 797,659 0000000000000000000001d7a91a5ccb8f738aff41f1b3ce578c6d4639e61dc1 2.30 MB 4,953 6
797,658 797,658 00000000000000000003eb340949c2cd2233f21167dd8acf1a92d523b25ca3f3 1.89 MB 5,274 9
797,657 797,657 0000000000000000000190c05d8cc2bed79ce15e3d510a713500cd17cc89bf04 2.52 MB 2,407 9
797,656 797,656 0000000000000000000360d24191eb8bc632e9135cc3b3bf04e64ca78f117c31 2.76 MB 2,189 7
797,655 797,655 00000000000000000001d3a6f6d36c1ac178a4ebde9bb8bed51af79892f3dcdf 2.41 MB 2,389 8
Previous 10 blocks ↓
Total Size: 686.97 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,499.38 GB sent, 118.17 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.