Memory Pool Memory Pool Refreshing

55,477 transactions
21.71 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,132 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,829 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,131 (18 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
872,113 872,113 0000000000000000000243b90fd96556ba19a8f1d6e7a7e7e6b2bbd9f3d4736e 1.58 MB 3,666 14
872,112 872,112 00000000000000000001bc9a0cc5f2d7f85709ed347f8be4fcf5d2d60663fc72 1.57 MB 3,644 23
872,111 872,111 000000000000000000013f22a849766172e6e35a3e1d6bf090f0207b44f68435 1.79 MB 2,485 6
872,110 872,110 00000000000000000000649ad994b59cddd37ba9a8ccf864945c5c09c4a18625 1.67 MB 3,608 8
872,109 872,109 000000000000000000003ce7d8dc878f12f16db03b8eabd5dabd7370bb8ad12d 1.66 MB 3,499 13
872,108 872,108 00000000000000000001cc343515fa0225aa2605161769a73cfddebd50812e47 1.45 MB 2,212 5
872,107 872,107 00000000000000000001d1b7a9d5a42950ccf4103124da932c418c266992c9a5 1.27 MB 1,544 6
872,106 872,106 000000000000000000004366934c085e4f8038bd54a2251856fc5154283778c8 1.65 MB 2,444 8
872,105 872,105 0000000000000000000244ee26f534aa225a42688df241358847437ab314aefb 1.82 MB 2,882 8
872,104 872,104 00000000000000000000aba6944c488a3fa2cb0a6916035e3f1d20345bc45630 1.60 MB 3,684 11
872,103 872,103 0000000000000000000176ab55dc895618f3a57cbad4a76c98fb1cbc12721219 1.60 MB 3,665 17
872,102 872,102 00000000000000000002a68468803294bba12cd7e15e81c1f672ce4601715287 1.65 MB 2,477 7
872,101 872,101 000000000000000000026b545c041a909702d21daf6804b462d30189742a10eb 1.69 MB 2,317 5
872,100 872,100 00000000000000000000e134483e390a22043838bf9d2880a6482fa6e4020945 1.70 MB 3,553 12
872,099 872,099 000000000000000000028b054ae6eedf0c29bc171e664ba9a90cda6c10f085d7 1.59 MB 3,775 14
872,098 872,098 00000000000000000001551dc52f2cac355484042e403db3b875faebc81796d9 1.24 MB 1,587 23
872,097 872,097 000000000000000000004adc216464318ac3b7e6453385a5b6aba7826242a94e 1.61 MB 3,412 9
872,096 872,096 0000000000000000000015264862466656448211854f47411cbc5eb613be82a8 1.62 MB 3,748 14
872,095 872,095 00000000000000000002b86c3f41a97db08ee270d02cc437ce85a6e0ffd80a2b 1.46 MB 3,143 14
872,094 872,094 00000000000000000002afb61602f90ab9d58295ef59eb5c975af789df05e278 1.48 MB 2,430 6
872,093 872,093 000000000000000000026280ff340514032b9dc63ea1e5d1656acba18a529fe9 1.40 MB 2,213 7
Previous 10 blocks ↓
Total Size: 703.45 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,592.24 GB sent, 234.36 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.