Memory Pool Memory Pool Refreshing

43,093 transactions
21.26 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
869,700 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,257 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,699 (77,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,869 791,869 00000000000000000000677b2ef342a971efff23a0e1ce18ff3cb380a2f9c06f 1.60 MB 3,361 49
791,868 791,868 000000000000000000010ac86098d90b1754e70456b936ba73f0439f975093fe 1.74 MB 2,990 28
791,867 791,867 000000000000000000007055af06c785db1cfaf5e6e6f41f4f5c20514e76ed7a 1.51 MB 3,086 57
791,866 791,866 00000000000000000004038ab31b3e3905fe35bf1a0bb04f227bbae35509aed7 1.34 MB 1,953 19
791,865 791,865 000000000000000000003531a499435cab91d29ca65ff91a731a4800256d4dca 1.85 MB 4,545 22
791,864 791,864 000000000000000000041ff260542c8731023c146bd21c1ad6b7929389dfaae8 1.83 MB 4,450 25
791,863 791,863 000000000000000000055947abcceab73bf47036a01aca3897203584b728a165 1.85 MB 4,584 24
791,862 791,862 000000000000000000054ac413c03771e7ab02774e43e799ee21a27e39bf2a37 1.75 MB 3,456 28
791,861 791,861 0000000000000000000229594e0e931e13c5b257f596b1a84a84fbb12fdce0ba 1.70 MB 3,435 35
791,860 791,860 00000000000000000004dc6eeee08f2ac42590c2c7536a6a32f2fb85bc0c04da 1.37 MB 2,385 58
791,859 791,859 0000000000000000000327542fbc4e8988349612fa064aaae3cf90d32d38f0f3 1.17 MB 928 21
791,858 791,858 0000000000000000000049987b44b9e46222e71f04478ad889ef8185d43322a1 2.03 MB 2,697 34
791,857 791,857 00000000000000000005a93ac1a3d2a1749115fc038b0e5a782c152ef161b0a9 1.69 MB 3,220 39
791,856 791,856 000000000000000000054e61596a6e6431e8ef9de411ab3a8d8dffc0ec08dd2c 1.55 MB 2,655 30
791,855 791,855 000000000000000000020908681658674aca1dc756a923d02f4f50d73b90e229 1.52 MB 2,372 21
791,854 791,854 00000000000000000003f643e19ca8d96f7b25e9aabb8f556a5bf066a7455080 1.76 MB 3,522 38
791,853 791,853 000000000000000000027506a7887a7a703a2f488cfa7809d28c29bb980e4298 1.75 MB 3,303 45
791,852 791,852 000000000000000000007f5fc61ed43bf88d464bf2d3b5e2ea5da2b8cde555f5 1.52 MB 3,009 51
791,851 791,851 000000000000000000023e9644a2306d0c533ee9b73e9d3d9708bff9a91132d0 1.51 MB 3,250 58
791,850 791,850 000000000000000000056f06e54051cb88d3362ce39da919638969ff83e7a802 1.56 MB 2,855 25
791,849 791,849 000000000000000000006f91a0ed62d5d6d17940f8f8fb9f6e9ee840999e461a 1.67 MB 3,438 45
Previous 10 blocks ↓
Total Size: 698.89 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,102.00 GB sent, 203.28 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.