Memory Pool Memory Pool Refreshing

19,097 transactions
36.91 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,129 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,244 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,128 (389,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,684 472,684 0000000000000000018922b354c545da2ed2e8dcd0b806986a53d41be76fe6e9 1.00 MB 1,824 189
472,683 472,683 000000000000000000767b261f7bcf8728a2c00ea6a89a1e1891df5d7ec214c2 1.00 MB 1,707 119
472,682 472,682 000000000000000000b3ca83f007088fdf3f0aae7e3f75b77abde8666fa8d2bb 1.00 MB 2,362 332
472,681 472,681 0000000000000000008fc8e54677e294bd3c6763d03cac28e37f19679ab951b2 1.00 MB 1,791 278
472,680 472,680 0000000000000000008f6debb9c06bcb4c6c98ecd026e0a764a795dd8d05f59b 1.00 MB 2,166 337
472,679 472,679 0000000000000000010838ea2a43c47adf2089938ad7c1d5425aaa6f3d0faa5e 1.00 MB 2,062 365
472,678 472,678 00000000000000000008abc86fa8b6edee00ad26f43e47d9bde22c467b9a576f 1.00 MB 1,351 116
472,677 472,677 0000000000000000004094e7976dfb8fa95b5b81cac18c971af6449f9cd18162 1.00 MB 776 90
472,676 472,676 000000000000000000449c6c30c6471f97615395abf911420d962f6de6cb1a8b 1.00 MB 980 157
472,675 472,675 000000000000000000ec033915d6765887b8c0917d1a2b582ca8a66e452d5cb7 1.00 MB 796 119
472,674 472,674 0000000000000000008d89bf09e2c226d82cc76d0e2558282fa749371c98a0d0 0.99 MB 1,806 292
472,673 472,673 000000000000000001602a0f954abc2f49a83e8694d60dcf278472485b43befc 1.00 MB 1,828 359
472,672 472,672 00000000000000000180209a9abf4d987c88a7620f4567a197f107cbf294e5c6 0.99 MB 1,045 111
472,671 472,671 000000000000000000925475dadfd79722827f99c410f678ed44d7338f262cb3 1.00 MB 1,146 25
472,670 472,670 0000000000000000007f0b26fe8f0aa0f5c5d575710781561c8afbef9aa55862 1.00 MB 2,310 75
472,669 472,669 00000000000000000030374aea05dd03908c5ed0cd64a97f1b4b1f9c3133b674 1.00 MB 1,919 232
472,668 472,668 0000000000000000001a0c51fb9e3198cc28afc8c80f91de2d8ff52f34ab7a86 1.00 MB 2,409 389
472,667 472,667 000000000000000000a2a0d684d040b7c56ec8365f0dc689ef1e0aef758837ae 1.00 MB 1,764 194
472,666 472,666 000000000000000000d893dc8ecb2701d2a48831b50cdab4974862a5303797c5 1.00 MB 2,220 300
472,665 472,665 0000000000000000015f21956d30a1948fd634fc10923effb016bcf110f13695 1.00 MB 1,985 339
472,664 472,664 000000000000000000fd309d4f09b2ef5d3e8561dbcf105bb3b3c997cea9f35c 1.00 MB 1,976 354
Previous 10 blocks ↓
Total Size: 684.41 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,339.12 GB sent, 101.01 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.