Memory Pool Memory Pool Refreshing

55,494 transactions
20.40 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 870,754 (65,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,559 805,559 00000000000000000003134988bcace49938ffe175379a14c66529580c202473 1.68 MB 2,792 13
805,558 805,558 00000000000000000000ce382244b58a089e301de41c0497deaf4e79b5412387 1.75 MB 4,556 12
805,557 805,557 00000000000000000002997a3dd043009e1fa8f9b7c188383983d1000cee0f36 1.55 MB 3,313 14
805,556 805,556 00000000000000000002c3d7ee958952447997bcc77016cef862208c692c6f29 1.38 MB 1,866 23
805,555 805,555 00000000000000000002ffba222171d5f97568e477a9f038ddaefd9d8a5dab57 1.44 MB 3,011 13
805,554 805,554 000000000000000000026f8cd2a2958dd0e70696a22cf729a1054cf945933804 1.56 MB 3,136 25
805,553 805,553 0000000000000000000140caf95c7199848b20c27ee598950ec2ee8ca8436cc6 1.65 MB 3,733 14
805,552 805,552 000000000000000000015f916d6111ee41ce381832a9653cd997429cd0fe2773 1.89 MB 5,380 12
805,551 805,551 0000000000000000000266d70c85280984ce375d62df8d35a84d35b8aa50d34c 1.71 MB 4,562 14
805,550 805,550 00000000000000000002bea8c769d46298e2865eb582c342fbb8196f279a9ad7 1.68 MB 3,672 10
805,549 805,549 0000000000000000000031bc0e2bcc83d2a9f933049221d8f2932ac02848195c 1.58 MB 2,788 20
805,548 805,548 0000000000000000000466f222ae81c628f29aa922248e372b6586643ffe57a1 2.02 MB 5,983 11
805,547 805,547 0000000000000000000434c4ef78934d0385167a5c10f14c944503d6e37cf4fd 1.75 MB 4,686 12
805,546 805,546 00000000000000000003e65450eab8a49d9599cdd0dbb98b9652ee644688e498 1.46 MB 1,941 12
805,545 805,545 00000000000000000002be49047531a3a97a669de46aa5812df6f6459567e1b4 1.56 MB 2,620 15
805,544 805,544 0000000000000000000286a0793693c198e1bb19590726c905dd77f317018340 1.23 MB 2,670 15
805,543 805,543 00000000000000000004649eb643de0175ae39f21c0a87e47aae7c79dd997a0d 1.42 MB 2,786 19
805,542 805,542 000000000000000000011eb33ddfcef25d7a8b21accf1330da275865b86e31e9 2.16 MB 1,586 21
805,541 805,541 00000000000000000001e1d76b5c0fb01802a6fd2fc213c806a99c82670c917d 1.16 MB 913 15
805,540 805,540 00000000000000000001460f31beb2c9a67fcf0f956d337eb3f3251ffb8e7635 1.66 MB 1,252 18
805,539 805,539 00000000000000000004151fc5dd171e23958b8f19322a9233d040762bb7ad17 1.29 MB 1,984 20
Previous 10 blocks ↓
Total Size: 700.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,386.05 GB sent, 216.32 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.