Memory Pool Memory Pool Refreshing

63,264 transactions
34.03 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
869,820 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,882 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,819 (395,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,566 474,566 000000000000000000fdba5a8fa7d9638a6a35d47c0ae1b27953e889612f8474 0.99 MB 578 117
474,565 474,565 0000000000000000014697190fcd5bda4f43bbd3adb2c1b23ffa12ee1a721e5b 1.00 MB 690 132
474,564 474,564 0000000000000000007aed62a68b45df72c448c6e89cc282cf16687c67657421 1.00 MB 1,924 259
474,563 474,563 00000000000000000107c25f961122184a06eeca9d1e9cdb71bc49d4920baaa1 1.00 MB 1,313 189
474,562 474,562 0000000000000000018b91fd7a3a336fd787b74cf08db7324b31914e0181434a 1.00 MB 1,709 328
474,561 474,561 00000000000000000159cfcf52bdaf63fa7073c20014c4c1ab8699523ffde6c0 0.99 MB 1,732 265
474,560 474,560 00000000000000000073208fa3a8f9278fd2b8e9c2f486d2a94f4ee70a3c3840 1.00 MB 2,257 309
474,559 474,559 0000000000000000011a67c2946bf6995077bb8993f650fd231d9da451e77cf2 1.00 MB 1,954 299
474,558 474,558 0000000000000000015063ba8a3da379a91b82b9f0edd21b49f3bebfc48c649f 1.00 MB 2,478 301
474,557 474,557 0000000000000000002eeca5a846ba792a99b99f98686b13b04ac74750201db3 1.00 MB 2,282 313
474,556 474,556 0000000000000000010e063d4cd8802ec5eb33b4f7bf8c7e1bd28614e80f5d4b 1.00 MB 1,909 299
474,555 474,555 00000000000000000099835413c310b574e42e210c027607a665361ba5d21118 1.00 MB 2,458 196
474,554 474,554 000000000000000000b8764a022762072a2918c3600a0d33fa03e4997ad810d9 1.00 MB 2,309 179
474,553 474,553 000000000000000000712bb1d94ad7aa1e8e4ae76180993323b36e16b678f96a 1.00 MB 2,015 290
474,552 474,552 000000000000000000c666804af1e4d746516aa527111b5438d99dff66917ada 1.00 MB 1,921 268
474,551 474,551 0000000000000000003aecf72eb1bcc640c4d909c3ae9fff5aa8e2e8ff28f4d4 1.00 MB 1,981 164
474,550 474,550 00000000000000000097c7f398832f8c2e9ad3c0901a525c5092c8fdc4478287 1.00 MB 2,297 189
474,549 474,549 0000000000000000004faf886f57e812d23d3a28f2eaf00b8c10ca94efef55c4 1.00 MB 2,074 253
474,548 474,548 000000000000000000af5e871a23f9497955f093cad79e879ec5baa496eea529 1.00 MB 2,316 237
474,547 474,547 000000000000000000d4b51e2d62b49b54b4e06983391f51d118ac48befdeb74 1.00 MB 2,327 288
474,546 474,546 0000000000000000011521a32e154cb7fb4bb1ac7c31ce1d3b7bf6c5d60b973b 1.00 MB 1,980 298
Previous 10 blocks ↓
Total Size: 699.12 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: 2,110.37 GB sent, 204.79 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.