Memory Pool Memory Pool Refreshing

75,016 transactions
29.08 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,807 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,150 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,806 (740,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
130,631 130,631 0000000000000b02f7fdd95cfa3beda3d51bd49cca0bdeb91647a1f1eefc0fc8 0.00 MB 16 549
130,630 130,630 0000000000001280e3418a30c41fb208e2b931c89df09a4fca214e365fd16c91 0.02 MB 42 120
130,629 130,629 00000000000014d179a0f86cfecab91bc090ea1a8647f4c5d61d3bd80e7da979 0.01 MB 13 1,406
130,628 130,628 000000000000159b7f0451804a493fe8fe47ebca5e1828dba2223e97b34ddddd 0.01 MB 20 398
130,627 130,627 0000000000001a129af8d97dab2173eb60e08ff0b5797a63e95e18fd60e74d5f 0.00 MB 6 1,473
130,626 130,626 00000000000016f00e342713d4159a15fb4ba6abdefe90d0da10f6b035622598 0.02 MB 46 559
130,625 130,625 000000000000035cb35a9b204a493445fd863b4d895461696ecfde919f5c898f 0.01 MB 40 572
130,624 130,624 000000000000150bdab74fecfcc4288a552d63696cb8d0823621a4479ab324b3 0.02 MB 45 1,004
130,623 130,623 0000000000000b999c6da84b7088600c1424674a7d3d949612fb945765ea1861 0.03 MB 72 937
130,622 130,622 000000000000176c9d64a2865aa03d51341b62fab6b3db03723029248d434791 0.05 MB 109 1,208
130,621 130,621 00000000000002638ffcb866836fc89d7e16de21957a639e9368e7c705de85ae 0.02 MB 55 701
130,620 130,620 00000000000004250833141500b97cca2309a2308584b2fc2a84e9f19a8b645a 0.01 MB 39 716
130,619 130,619 0000000000001ca6f63eea26465cd777fd734c76f8fca4447829bcc27c89f18c 0.00 MB 17 235
130,618 130,618 00000000000003c8c55d6a390c243119ab4dbd9b6ec2f026bddf92477cdd751b 0.03 MB 86 275
130,617 130,617 000000000000023631bb954ac95eccaf73b4c673337b65cda52fead4dc2ea461 0.04 MB 78 712
130,616 130,616 000000000000173022dd2b1a0f615b15f906ddaaf9c15fe1a3ad79d561cf93e3 0.21 MB 714 287
130,615 130,615 00000000000005163f5e9c4393a79596a4b6794ec944ba8ac7fb84bf6a18dce7 0.01 MB 36 397
130,614 130,614 0000000000001ac94d0e3c0e7d7a52ab9385073ff817a6b7e476887421f3f9d9 0.02 MB 69 852
130,613 130,613 000000000000005a0e55e4250461417971b5565faa7d82322f3072ebf80ff70f 0.01 MB 12 1,096
130,612 130,612 00000000000011f53a3d0fc7b8d037749b279b170cf78c4e76a12b02e4e402d5 0.00 MB 17 674
130,611 130,611 0000000000000158880a30c5c332c552d9c89c5f72c9e31e1069e996d871f4bc 0.01 MB 23 319
Previous 10 blocks ↓
Total Size: 700.99 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,397.32 GB sent, 217.14 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.