Memory Pool Memory Pool Refreshing

15,924 transactions
34.63 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,148 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,492 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,147 (599,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
262,689 262,689 0000000000000012e68e521f413f432593de3ec9b7a96698e2d5817db9dc8151 0.06 MB 148 62
262,688 262,688 0000000000000009fd212639b7df9c9ae791c83c7459830bdb27f040dc21e902 0.16 MB 413 109
262,687 262,687 00000000000000077b0aca1fde3af6e9d86c5e3bcdecb38e34b6c6bbdf965f59 0.34 MB 815 93
262,686 262,686 000000000000000a85998481810aedf20340acc40e325df61e7cc704a3790267 0.13 MB 277 115
262,685 262,685 0000000000000006f6f5466ff15d83ff7a51ddd2a48278176743e8597b720ae1 0.06 MB 155 53
262,684 262,684 0000000000000001e3dc4d2e6afe953d21a881738cf1ef8940eb76de9f099a20 0.15 MB 221 41
262,683 262,683 0000000000000003c392119c7d9698f5eb3bf43d614505e6979c155fcf1f15ce 0.09 MB 212 102
262,682 262,682 000000000000000311b056ab741f76f567e1bf1956ebcaf8eee658d667166ee9 0.17 MB 373 194
262,681 262,681 000000000000000a5b077934460056f9b010cccee7e502e5263012b033627ed0 0.07 MB 164 90
262,680 262,680 0000000000000005209126417da3ceab603b0df48ee9b2329c584c9c5b22f646 0.15 MB 247 42
262,679 262,679 00000000000000088f4f62f3eae4cb90746920608d82cfed1d6bddecfbee1c1d 0.25 MB 634 120
262,678 262,678 00000000000000069398edbe5d07d8fe3de9ace465842e13822089a0b651f1e4 0.16 MB 345 106
262,677 262,677 000000000000000abdbd14195e1c82be4160aafa9abcbc0ed58967d4453ab954 0.07 MB 165 89
262,676 262,676 000000000000000258fb2acb20409eb9bfbad93c35683ae02745f2dc1f92594c 0.16 MB 373 100
262,675 262,675 000000000000000e5c2adac1bc950c0a9c04b36318d0e1666ceedd9507939c5e 0.11 MB 242 102
262,674 262,674 000000000000000981dfcb097cf90ba0494bd5747130abcc1cc5581906c3119c 0.06 MB 159 81
262,673 262,673 000000000000000d79661591cc575c90df53404be605a353733a7aebb9ea5d0d 0.14 MB 301 107
262,672 262,672 0000000000000009209a266daeb3a11395ed6126736ee789ece1e855125deecf 0.07 MB 149 107
262,671 262,671 000000000000000ccc863d3aa22cd221ca8b2839ec78ff6014057dd40c0cad63 0.09 MB 232 93
262,670 262,670 00000000000000053313c701723f59f7b675810b7f6cc9320770207899bcaf61 0.03 MB 59 43
262,669 262,669 000000000000000c668365d740cadee0c315fb6d4935f81d626fe59135c38b50 0.23 MB 504 111
Previous 10 blocks ↓
Total Size: 684.44 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,343.22 GB sent, 101.20 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.