Memory Pool Memory Pool Refreshing

8,089 transactions (2.55 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,131 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,008 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,130 (888,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,864 20,864 000000000196aeee16ec94961af66fc3306f130625906e035e2bfc36520d41fd 0.00 MB 1 0
20,863 20,863 0000000056c0b843eeeabfd4ca7bd90555749a0d3b7989434e6767593d44466c 0.00 MB 1 0
20,862 20,862 000000005e96de2274ed5eb48c609e225f79e4d3f8bd02260bf034e73a178715 0.00 MB 1 0
20,861 20,861 00000000bcd36de5d6124caabbfe5c47abe4be022213ea268d44facaedc4f4ca 0.00 MB 1 0
20,860 20,860 00000000ef73bfb14b369b778a5ce8ebd4bb52d9d277fa574abe1afadaa8e2e8 0.00 MB 1 0
20,859 20,859 00000000ec04479d80dd0fc731f574b399dfcadd7862e1775abf20222d29bbc2 0.00 MB 1 0
20,858 20,858 000000004c5c9cb76aae726c09d05dcfd027be5a422cabe9d7c4a6c14b1a4a30 0.00 MB 1 0
20,857 20,857 00000000cddbbddedf87f6aeb001026f96ed990eedeb487c0c1313ad68c84bd9 0.00 MB 1 0
20,856 20,856 00000000ca323abde9aaff2e6d1fdf246582adc6b94eb620c29020a5818aa611 0.00 MB 1 0
20,855 20,855 000000001aa208b7e0a55a497e013234ff0f2b8f40281a85857434320b995260 0.00 MB 1 0
20,854 20,854 0000000034bf4a815355ae61dc1eaf6dea9baddbf8052c4fa94019ca30d26a11 0.00 MB 1 0
20,853 20,853 000000005b37549d2eb12f02f63856c91de0ccdedd1b55c14102eb3fc4d378d6 0.00 MB 1 0
20,852 20,852 000000008a43f90b885cb55c0a48a16873ab7d99a72ee275116f9ca84894555d 0.00 MB 1 0
20,851 20,851 0000000041b3fe911b359c7b64ef991c4509823434730035484d4af9bcc6caa4 0.00 MB 1 0
20,850 20,850 00000000b8781c130f0f17fbd92dce606e86c9178692ce5785dfacb70d2976e8 0.00 MB 1 0
20,849 20,849 00000000672cccec0cba10e92410a4c1dce9ff7087fd4deb9ab48a6dd6f47040 0.00 MB 1 0
20,848 20,848 000000002b59ca74d90865ba5141eca52138a7462ca52bc40de38d79f73e9dcb 0.00 MB 1 0
20,847 20,847 00000000b857336b5facbf2caae32511b3ca46aecf7abd0b396927c5fffcbac9 0.00 MB 1 0
20,846 20,846 00000000ef84e569087a481a4f8e2f9099ed0ef2948bbd74d73d8c76437aadda 0.00 MB 1 0
20,845 20,845 0000000075a8b772940937bdd3afbe36191483c8013c722090ac04a6680b98d0 0.00 MB 1 0
20,844 20,844 0000000021c4de5376f10a0f08649e18d395c7bf68b2452c2c7e817641cb4b32 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,949.56 GB sent, 106.54 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.