Memory Pool Memory Pool Refreshing

52,446 transactions
32.56 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
864,407 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,272 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,406 (57,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,656 806,656 00000000000000000003cbfe646724d36574214718d629e5a36280b11db68e8d 1.81 MB 4,290 16
806,655 806,655 000000000000000000049849671ab550c8a609a8f1f03b67b764ff1ba36eb1f0 1.62 MB 3,401 18
806,654 806,654 00000000000000000002728183b8a27bea545e711b0ce9c5b906ce4deb4041a3 1.90 MB 3,583 18
806,653 806,653 0000000000000000000310f1b3c0ba44fbd406dc97b4e1d1af7c3edd398d2ae2 1.94 MB 5,166 16
806,652 806,652 00000000000000000005270efc4cc22a76bb7c47ef258d8c88ce5e5df898d4fd 1.67 MB 3,846 22
806,651 806,651 00000000000000000004d59edb400529dc8fd39d261fbd914e605a090fb7c78a 1.70 MB 4,132 19
806,650 806,650 00000000000000000000876d22f4fb5721480c1df66ec06b25e6ca14a9242ab2 1.69 MB 4,139 24
806,649 806,649 0000000000000000000005b26c6d70d9a6cf142b3a72b0c76231f431539a593e 1.90 MB 4,725 17
806,648 806,648 00000000000000000003f08768d9709bad5b567d7af2befbf46b2416986fb647 1.41 MB 2,584 17
806,647 806,647 00000000000000000002f7cdfdec72b88e46386e84b9ef45f4675a346b28bf1b 1.60 MB 3,307 28
806,646 806,646 000000000000000000027362a96e3dda5eb6b73b3636a04e97b2a885b91a3485 1.39 MB 2,506 24
806,645 806,645 00000000000000000001879c1402600c46b5c26cd9a5d7d04aaf3cef2bba2bd9 1.44 MB 2,499 24
806,644 806,644 00000000000000000001fb72438705dc522c4348d805977405613c156c4f5c17 1.75 MB 4,485 16
806,643 806,643 0000000000000000000190443dd1766d33f580f3953cbbf0e015746ae16050af 1.67 MB 2,887 15
806,642 806,642 000000000000000000041180830a48c0c31b33dfed606105c98700fff241ba2d 2.01 MB 6,037 18
806,641 806,641 00000000000000000003523a0d4b799d185e24b0d9ca77144464b974edf05c41 1.89 MB 5,377 17
806,640 806,640 000000000000000000007c94c5ef42576b7795404be70f6427334e4378eb8bf7 1.55 MB 3,392 28
806,639 806,639 00000000000000000000e0ed961c92e9df4e4281702c6a602294a2462ec40a2d 1.59 MB 3,248 16
806,638 806,638 000000000000000000047ecb5977d8ee3bf56728254242c614b3d5514ebf23fb 1.76 MB 4,397 19
806,637 806,637 00000000000000000004e847f5f4ef981d84d000bc984c3f5eeadae93ab2c695 1.91 MB 5,486 17
806,636 806,636 000000000000000000025788098c3288c8b423c7d1b60235c825c223d389f454 1.64 MB 3,274 26
Previous 10 blocks ↓
Total Size: 688.80 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,635.18 GB sent, 131.02 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.