Memory Pool Memory Pool Refreshing

18,409 transactions
31.44 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,125 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,187 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,124 (101,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,858 762,858 00000000000000000003e3f89ea71b7bacb5b8cdf55a91c6bfa0010e0c019690 1.59 MB 2,763 15
762,857 762,857 00000000000000000003a01f4a96607cf7f1cdeb49c8af22c57bf1d6b839ab6c 1.70 MB 2,330 11
762,856 762,856 00000000000000000001e37ad9b3c9ae8cad76f2c7bdb39e3cc9d31a381fa1ca 1.63 MB 2,780 15
762,855 762,855 00000000000000000005e9c680cf64a096a2e3c200486304f0de04c77de2b461 1.94 MB 1,207 9
762,854 762,854 00000000000000000005b8b88c0ced76ec9f29a05b6603dae8908d96d9fc960a 1.69 MB 2,618 23
762,853 762,853 00000000000000000006b6477378add9c031b3389623aac07719502f4dc2327d 1.54 MB 2,147 16
762,852 762,852 00000000000000000003fb586283def38671847b53c3e807a89c52be74a1ca1f 1.52 MB 2,232 15
762,851 762,851 00000000000000000006e7e6cec55e36819cedeb285d32569e0bf5268c4a717a 1.26 MB 2,011 31
762,850 762,850 0000000000000000000040ccfba0ef811d79a4757254681766b2be4bd06e74b9 0.44 MB 592 11
762,849 762,849 000000000000000000021901974783586a43898642476be11f5316f07aaa3a93 0.41 MB 923 14
762,848 762,848 000000000000000000047f4fa566fa67eb9650a1fc8379b8e26814dd6a93ea26 0.21 MB 430 14
762,847 762,847 0000000000000000000745957584349e7747b6f5b580b27d30fed0c5b4384287 1.19 MB 1,572 12
762,846 762,846 0000000000000000000536bfb7b5007c878c8ba11de7fcc9bee0db43ac701f18 1.49 MB 3,048 17
762,845 762,845 000000000000000000034f967d65f8422e0d098239259c519c4fe1cd1307c85b 0.60 MB 1,194 14
762,844 762,844 0000000000000000000753223671891a46323fef75aaafd7dca51a8fe900cfb6 0.10 MB 212 11
762,843 762,843 0000000000000000000548f8d1af340be95e1e6fbe56d1fb25a56f4ea33aafbe 0.23 MB 465 5
762,842 762,842 0000000000000000000084978e98c9123f0c58c9eab85209e518170c13a8be50 1.48 MB 3,009 19
762,841 762,841 0000000000000000000277c378204d3ece88c537820f9bed6d57725a8961a281 0.23 MB 254 12
762,840 762,840 00000000000000000000c9f796e776533bc7e946ea857e98aa375d06f48d5a82 0.50 MB 490 10
762,839 762,839 00000000000000000001ae444da184edc690080dfaa8e937082926c3e552b5bb 1.54 MB 2,113 11
762,838 762,838 00000000000000000005ed6bc2e15fc29401d6fec5782fefd99a1642f8d380e4 1.22 MB 1,618 24
Previous 10 blocks ↓
Total Size: 688.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,622.55 GB sent, 126.81 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.