Memory Pool Memory Pool Refreshing

7,270 transactions (2.40 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,147 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (872,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,565 36,565 0000000040b1c67f48a1098d51c301158ec051c108e3986da05b8400e58d9fd2 0.00 MB 1 0
36,564 36,564 0000000059bac5d40be743e050ab264b79fb9947d99a7f69eab9d7f65c7e1a2a 0.00 MB 1 0
36,563 36,563 000000007fc8cec476b6462b3808df6bd5cdabf9be82194ec14d75a50b9eb82b 0.00 MB 1 0
36,562 36,562 00000000ad75ad5effe782ecb59143b5a663eee98657100e85440a3be9db50a3 0.00 MB 1 0
36,561 36,561 000000003be1fb94d71c8778b65b5aa3a45cdbae11f8730a9d5d4bc93a72e1ca 0.00 MB 1 0
36,560 36,560 00000000ab07807d571aa4424b1867735d49f91e32cef25c2c1c4d8ad4f47246 0.00 MB 1 0
36,559 36,559 000000004f810e5a9384bbf96b539baa75a1d594a4ed1d46732025896008137a 0.00 MB 1 0
36,558 36,558 000000004647927343eb5d0132add4efaa681578e06083d330da142700d955c2 0.00 MB 1 0
36,557 36,557 0000000091aa14ee8d4dfd5a938a786f44b03e7d344b0d28af84c5e6fe2c4ec2 0.00 MB 1 0
36,556 36,556 000000007c133a15cb89e48aa4608440d1520293c0e6fcdecfef90a8a70807a2 0.00 MB 1 0
36,555 36,555 00000000994693f87213a3380031846c0275ef26812bece3bd0960004f0b0307 0.00 MB 1 0
36,554 36,554 000000005591a51cb64cca0239a81d705b53ca99b73e95e9c8e2b6ada2ce5e39 0.00 MB 1 0
36,553 36,553 000000004cad389ff65dffa71af880c16d6f11a6e1e91c4535a96a5eb81b3f2d 0.00 MB 1 0
36,552 36,552 0000000011e2fe2c3e0b504ff3cde90471a319cc37507cdc24dd285815e3651a 0.00 MB 1 0
36,551 36,551 00000000372e2a6eaf592748ee106641c4d81ca30eaacd3c9de560fd3916f14a 0.00 MB 1 0
36,550 36,550 0000000001e2ea9c9bfd059b70760119045e5a2cbfa3467bba22e06df315cad7 0.00 MB 1 0
36,549 36,549 000000009696881c358fa1e5176e8c67f1bbfe0fd3602cd9c31636e72e7c5e0e 0.00 MB 1 0
36,548 36,548 000000002ef555cad7bf055f24be2c9ae68e025cb7edb7d7d9f462e9fe0d4706 0.00 MB 1 0
36,547 36,547 00000000766f8eb276aaaeda9dbbbec1209708ca3a50a41de8ee8c7ed503e31f 0.00 MB 1 0
36,546 36,546 0000000081d297c24ad8e04b1c7c4c1d289d99826b3290b6b23a0ee91ed66c0e 0.00 MB 1 0
36,545 36,545 000000008642cbd6e33ca7e0db45d2921a48afab3ad4f3387623ab45fd6618bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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.82 GB sent, 102.72 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.