Memory Pool Memory Pool Refreshing

41,865 transactions
31.87 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,241 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,240 (165,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,800 696,800 000000000000000000036f8b691538bb9246a2f44051e189938be9e3b65e6410 0.63 MB 668 8
696,799 696,799 0000000000000000000b98cf28e7b2bb31697becccba1648353f376a780ebc2b 0.94 MB 712 8
696,798 696,798 0000000000000000000be8e6ec946e7cdc3a2c2af6ea29d2e9e5c9e4b68deea4 0.98 MB 1,684 11
696,797 696,797 0000000000000000000e8f771b491c917be6de54f012570ca7e84562c5aa9ab3 1.07 MB 1,929 8
696,796 696,796 000000000000000000048da5b2180f0e6aacf7253db2baacdc3c14f2eb438f1c 1.45 MB 2,767 17
696,795 696,795 0000000000000000000406a00d220a563131da169c8a43191ad044e393eb12d6 0.27 MB 413 10
696,794 696,794 00000000000000000000efd33483e6b3bc26e82296c721d702cbbb746fb42599 0.40 MB 684 16
696,793 696,793 0000000000000000000d125af8353b9eea7205f073ebfd658d734edcaebff1b8 0.03 MB 64 8
696,792 696,792 00000000000000000001939b781b107089c7b59d62be057ecdafa26f92f0e881 0.70 MB 1,243 14
696,791 696,791 0000000000000000000d7c1bdedc9c70a8863cb51091b608a677efa1d00b06c5 0.83 MB 1,073 11
696,790 696,790 00000000000000000002d62aa14b2a6366331976182de3469f348d578d1c8401 1.03 MB 787 3
696,789 696,789 00000000000000000002befce4de29d03b9e2807318ca3f2cc0e354df2731b6d 1.36 MB 1,991 16
696,788 696,788 0000000000000000000be5d78958dbeaadb4771ec9f82639ea4f402ac35be9f4 0.00 MB 12 54
696,787 696,787 0000000000000000000c0680df9b4bebd97b4ac0888827fa48196b1cd22fb08a 0.11 MB 179 14
696,786 696,786 00000000000000000004ff5a004ebf6b807846ff5ba5440596887c11e36158eb 0.49 MB 794 12
696,785 696,785 0000000000000000000605597e9a599a56bb21cd18fa3e10f70c03f96553ad38 0.46 MB 506 18
696,784 696,784 00000000000000000003397f07f47d05ceabd900fc91a764fe60d1c6f86d30de 0.49 MB 536 11
696,783 696,783 0000000000000000000381e37963142b0bde1c91729df98d2e97405b6f0f76a1 0.19 MB 314 13
696,782 696,782 0000000000000000000ff176e62b714af45b32d27c84f064142cb17c404c9354 0.13 MB 142 12
696,781 696,781 000000000000000000001b3e43c031a40b79921d44f3c50fb5c7eb0878b68247 0.45 MB 590 10
696,780 696,780 000000000000000000035fa0b6fc9bc99e0cbd6546d8c3d1df2615480120bf92 0.55 MB 245 13
Previous 10 blocks ↓
Total Size: 684.62 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,358.37 GB sent, 102.48 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.