Memory Pool Memory Pool Refreshing

44,773 transactions
25.80 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,577 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,855 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,576 (105,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,837 756,837 00000000000000000004d5b3e047b7315fc295bb95f021ecfe0db0151f941329 1.63 MB 2,460 8
756,836 756,836 00000000000000000005ddb8a5c64470054c7a91dc08c7cc4fbddf1e8c97e4ee 1.62 MB 2,878 11
756,835 756,835 000000000000000000058798f0a90c47e84b7e76a30c6349cabbb616873fd3ab 1.56 MB 2,553 10
756,834 756,834 0000000000000000000657e2cf78d3bf65617caf1f1a282905c690e470d4b653 0.02 MB 47 11
756,833 756,833 000000000000000000012b51ecfc42af1d507bb9b356f370692e6b914b21df80 1.44 MB 1,627 7
756,832 756,832 00000000000000000003dcc7bf2f50119929acf3f630709b63392085e73ab0ab 0.20 MB 193 9
756,831 756,831 0000000000000000000401b90890d34fcb2ef0f4b3cf1e224cbd24a9c8fc9f1b 0.62 MB 1,040 14
756,830 756,830 00000000000000000008f8edb7dfc07886453c1fcad736bab9ed75697c926938 0.92 MB 1,776 9
756,829 756,829 000000000000000000047cc507318e6bac3eb6e8649f94c5b56f208bd1c359ce 0.57 MB 590 6
756,828 756,828 000000000000000000082caede6ad88813c14f3af67b08cdb55f0aa953b409ad 0.81 MB 1,384 7
756,827 756,827 0000000000000000000192e163478ac1e074d2916279bbb2f1f9df2c2f19b948 1.01 MB 1,460 8
756,826 756,826 00000000000000000003131944154dddadb227f54f07ad7a87406aa7dd5b6002 1.14 MB 666 1
756,825 756,825 000000000000000000035d1a0419c142b59dbfc3d204fe728d70877203532fcc 1.21 MB 1,020 8
756,824 756,824 00000000000000000002c5f95aae1013a8f7b507adced772baef686508cc50ab 0.47 MB 666 2
756,823 756,823 00000000000000000005ed9dcb59669d05b51031a82a0d6111a29f681c4cbdfa 1.49 MB 2,160 11
756,822 756,822 0000000000000000000179171520691e64665b35b9e6b9a5aee3876d681c1af7 0.18 MB 194 7
756,821 756,821 00000000000000000005c7ed943f5a97153e3bc05054f5a3594b534ec5eb2718 0.75 MB 574 2
756,820 756,820 00000000000000000003c1fb38d90d155485476544330f63d05e91baf7285855 1.64 MB 1,272 3
756,819 756,819 000000000000000000073444976b0c6b4b540864958eb3a89184f03caeb1aead 1.56 MB 1,960 6
756,818 756,818 0000000000000000000464486d1e0a909ea78f4a6023f202682137c346dda6ad 1.41 MB 1,367 7
756,817 756,817 00000000000000000003dd4c59dfce42aa156aaedb8da55c6c6994d5ad4762a9 1.51 MB 1,199 9
Previous 10 blocks ↓
Total Size: 685.27 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,376.26 GB sent, 107.45 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.