Memory Pool Memory Pool Refreshing

33,207 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,748 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,747 (162,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,897 699,897 0000000000000000000b74d6055eeb22681e533c111c0baefadb1c8253a969e2 0.31 MB 616 11
699,896 699,896 0000000000000000000ecb2dd663be9edeb9a3eed3d901084f0f3ac2413d6735 1.20 MB 1,553 8
699,895 699,895 000000000000000000088704c7297ca3f566056655ca4c3abb0d1ccf66b9b583 1.21 MB 1,401 3
699,894 699,894 0000000000000000000c68d07270719404da44956089679ac2b9a12249dc47db 1.23 MB 1,570 7
699,893 699,893 00000000000000000003f458beb8f1384ae95d477a80032be5b09ba21280b38d 1.30 MB 1,836 8
699,892 699,892 0000000000000000000294be02d1c979e8553062627448d190d540e4285a8820 1.43 MB 2,728 24
699,891 699,891 0000000000000000000bd98b52aad40793f5c2711d743f9d58c9ab526b67f42b 1.53 MB 2,781 8
699,890 699,890 0000000000000000000c4dc9eadb08e5e43ca1083839cb3c6ae0433d987a73ad 1.36 MB 2,048 8
699,889 699,889 000000000000000000047daff363ab6f39ca7963f122d0651569d01870a75d7d 1.30 MB 1,409 11
699,888 699,888 00000000000000000007ed9b2f3a2d17306271a51e7b37679daa18c2177a8c12 1.47 MB 3,031 18
699,887 699,887 00000000000000000001246d1e7927901fe2defb89161e719a99f7085e5cca38 1.46 MB 2,543 4
699,886 699,886 0000000000000000000530eb6c672a0993d7b655e23698b4e3178381024b56c6 1.44 MB 2,649 13
699,885 699,885 000000000000000000047d11279165753708b46f06b57affac07769dff4d3de5 1.11 MB 646 7
699,884 699,884 000000000000000000069a7c21af5d7d36f7e579be05667a766b2ffae5f9abe5 1.40 MB 3,205 22
699,883 699,883 00000000000000000001f52424fa93c70fe14ae13dd2c6b7f719c198190f9b62 0.14 MB 290 13
699,882 699,882 0000000000000000000026085ec1f76de86c43262ff1949692d22c1c66c62e96 1.35 MB 2,658 13
699,881 699,881 0000000000000000000621ebac70a0deb908869918985b0aaf4f405ea424558e 0.01 MB 41 32
699,880 699,880 0000000000000000000a869bc6a81f6d082cba22c1b382244e7d5ff6e4bbe1dd 0.01 MB 33 11
699,879 699,879 00000000000000000007cdccff6048e6e8b1db11d52b3cfb5571204bf490d478 0.87 MB 1,861 12
699,878 699,878 00000000000000000003faccaa125968f22b9076a0132edf11b65168b733c065 1.20 MB 2,370 12
699,877 699,877 00000000000000000006fe3bc65a4b6fc06f9730097acc9d000cf49f63dd1766 1.10 MB 1,992 11
Previous 10 blocks ↓
Total Size: 685.61 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,393.20 GB sent, 109.57 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.