Memory Pool Memory Pool Refreshing

36,638 transactions
27.99 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,205 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,729 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,204 (232,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,657 630,657 00000000000000000010838054814cb784d379c297265f67ff0701551c623c86 1.19 MB 2,070 25
630,656 630,656 000000000000000000044d7ee617c572a5891acfb4b2e59a7ffb61599503fabd 1.32 MB 1,863 18
630,655 630,655 0000000000000000000707581dbbcfc54e20151a4371e7fcf034bfcb6294af60 1.33 MB 2,816 128
630,654 630,654 00000000000000000002c7ff7edd335e4ee2905a384bfd05cc3c7f427b70171e 1.25 MB 2,574 130
630,653 630,653 0000000000000000000750d6c60ab6f0e3aea0285093df09db15d2de93b321f9 1.30 MB 2,093 75
630,652 630,652 0000000000000000000b8e187589a996bf1f4343d7bf107af031176b8d7c80a5 1.34 MB 1,529 11
630,651 630,651 0000000000000000001161f05ab69f29a86aaf47abaefe0d28669176f60fc1a5 1.34 MB 2,584 97
630,650 630,650 0000000000000000000bbcf2b5e654db1b672fa43df3f2542b2cb0ae342bbfc8 1.30 MB 2,241 61
630,649 630,649 0000000000000000000527c0a41f94d27e32d0670531d8452661901481dc22c4 1.09 MB 2,356 23
630,648 630,648 00000000000000000010ef9b3116416db5d7dcd2c05652b288e07600a8f8625f 1.17 MB 3,055 57
630,647 630,647 00000000000000000007aa4bddfde8076f0fdec5b20463a14c2993373839d6d9 1.27 MB 2,746 84
630,646 630,646 000000000000000000046141612b011a31720fe111fec876629f805b2e65a0e5 1.17 MB 2,668 21
630,645 630,645 0000000000000000000b28cdde6822f83a19ce0cdb3b6a0e6af49d877ae526a1 1.47 MB 1,736 96
630,644 630,644 00000000000000000000fe125a47c3f9ec061d9c1faaa6b844c854f82eec003c 1.41 MB 1,999 106
630,643 630,643 0000000000000000000b26eef024cd6d7002eb41823629b68b5dac8f033291f8 1.23 MB 2,728 54
630,642 630,642 000000000000000000015c60156d2935b7826b9cd485a98a9b470e834b6f045d 1.12 MB 2,899 38
630,641 630,641 0000000000000000000a6f5b716ee14e02d0714f8f1eb61f4efa0edeb6f40d31 1.32 MB 2,667 114
630,640 630,640 0000000000000000000236eb4903ef971e46b778607e81b2fb83cb27de9a443c 1.23 MB 2,524 58
630,639 630,639 0000000000000000000f57a10a7638aae099988b727c55694b91bab529bb74d6 1.24 MB 2,587 50
630,638 630,638 0000000000000000000084f5e7b91cbe12a106418ee798edbeadaddab08f1c6a 1.31 MB 2,234 65
630,637 630,637 00000000000000000009becee8d1f45fad4204a10280f9785b22449f572b0889 1.34 MB 2,450 122
Previous 10 blocks ↓
Total Size: 686.51 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,468.00 GB sent, 115.19 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.