Memory Pool Memory Pool Refreshing

52,404 transactions
27.70 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,816 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,815 (391,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
477,836 477,836 0000000000000000007d03a03ff671e02b73f80d802a359fb1937b4aa92b505c 1.00 MB 1,994 135
477,835 477,835 000000000000000000d131c1769675f3f5dc74360e048a7aeaf9f7289cce8515 1.00 MB 2,133 150
477,834 477,834 0000000000000000010216b91ad91cf6ca1c7f4ad2de1236a5c1fbebc4a4b850 1.00 MB 1,951 223
477,833 477,833 000000000000000001262a88ad8535f70163dc8f7c649ec3b882f96577a95139 1.00 MB 1,996 97
477,832 477,832 00000000000000000027ba8ddc6687ce127f2d473b6217cb28be0454938f0642 0.99 MB 1,660 104
477,831 477,831 000000000000000000b03de6df477d1e46d1c954f152ed63f72b9643006f6b78 1.00 MB 1,814 167
477,830 477,830 000000000000000000511e5ea1ce1525b8bd0d96f4ed8d7df312dc4601ee8082 1.00 MB 1,735 159
477,829 477,829 000000000000000000eb6fbdc266cbeb8a2db48acebabb3700547dbecb42889f 1.00 MB 2,031 187
477,828 477,828 000000000000000000065153afd06f05bc1771f699765009185e46f4badc219f 1.00 MB 1,810 157
477,827 477,827 000000000000000000dd0f2c286ceb98e4bbe1889fb014d5b5b43c4fae3b92d2 1.00 MB 1,814 169
477,826 477,826 000000000000000000699ff94a6b298d86707a71a9869fbca9c250ed47ac6ef6 1.00 MB 1,777 143
477,825 477,825 00000000000000000051bfa09b2cec3ca9fe7eecd15f3213732893ef0b3ec161 0.77 MB 1,064 136
477,824 477,824 0000000000000000004150905a25b59c02ca79578906c6539eaa9c33938ee9d0 0.77 MB 1,675 77
477,823 477,823 0000000000000000013fe2cd0ccc7a0c4b5f08b1dc0a24265624a364545ef5fe 1.00 MB 1,868 152
477,822 477,822 0000000000000000003a9a4900a3082e2f4c221d0f906a134821f7fcbfbc95e1 0.00 MB 1 0
477,821 477,821 00000000000000000070210f719d5033829f5e4e17aec45c0cce384b7399676a 1.00 MB 1,932 100
477,820 477,820 000000000000000000a4b32c5f02950364b64b7e706785b5e39b5330b2a1cd2b 1.00 MB 1,956 111
477,819 477,819 0000000000000000012a3a7c81ff8b7374e09de372783f4a6226cb1340c6b434 1.00 MB 1,590 125
477,818 477,818 00000000000000000001e6ceb848caf167123acd4f2be02ec218012b09099d4e 1.00 MB 1,855 153
477,817 477,817 0000000000000000011c0b188f73b76488f73f3a33c740e66707573eb8df349a 1.00 MB 1,965 206
477,816 477,816 000000000000000001034ed4348472b25bda9a6f6d0fd3fa6fef5abe3cc4601e 1.00 MB 1,532 149
Previous 10 blocks ↓
Total Size: 699.11 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,109.09 GB sent, 204.69 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.