Memory Pool Memory Pool Refreshing

67,048 transactions
30.67 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,561 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 6,283 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,560 (156,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,454 706,454 0000000000000000000af29d2617516f943c5857f584ec5d7e3cbd130a206600 1.18 MB 1,332 11
706,453 706,453 000000000000000000097957d1102e84511b4c36d4f57957fc26d50d8af2b9b4 1.19 MB 2,494 11
706,452 706,452 00000000000000000004658b4b5a0b2780e93cfa0f8c97f87a81f4de68b106c5 0.42 MB 477 8
706,451 706,451 00000000000000000004c437632b5ae864468ccf55a62ffb6624f152eaceeb57 1.18 MB 2,339 2
706,450 706,450 0000000000000000000ce8b00c4fffc8e84574e3adff6f1d2d6f293a380be82a 1.35 MB 2,136 5
706,449 706,449 000000000000000000002253698f62888b9ef8883b14aefb8a9d5a25d4fbd6e3 1.50 MB 2,757 14
706,448 706,448 00000000000000000000cb9135ccd9608244a80c1564fbe68f1530842a7e81e2 1.46 MB 3,416 23
706,447 706,447 000000000000000000074b96e1be3013e7cb12637c347ca7779c68a55871a1e6 0.86 MB 1,388 7
706,446 706,446 00000000000000000004be01c2d0c7046e7681b13df77225f598243967dfc27b 0.33 MB 564 9
706,445 706,445 000000000000000000003f28188f6724a083c6a69d0b0484015a7d5caf851c44 1.00 MB 1,919 10
706,444 706,444 000000000000000000011ef75ed6ad429ec3d618a3e22144b61f8615f2e65c72 0.71 MB 1,501 10
706,443 706,443 0000000000000000000383328c06b517fc977f8bdf686fa2f38542d7a50d4d51 0.76 MB 1,611 11
706,442 706,442 0000000000000000000c147fff55aac1d0edcc97f82fd453f65ee3a1071487c8 0.78 MB 1,147 14
706,441 706,441 00000000000000000009f66a773d17fa7defad86522c99401b7c2acb7c632981 1.06 MB 2,048 9
706,440 706,440 0000000000000000000cf57d67ffbe36c5f03f0eec45ee9a0131c0f61ed8a0bc 1.33 MB 2,104 9
706,439 706,439 00000000000000000005ab6f0f5197b085254855168d6f941dd3249ee092d049 0.03 MB 83 6
706,438 706,438 000000000000000000003c9d96e24c4c4877878abd45473b10845c16e8f44380 0.11 MB 161 7
706,437 706,437 0000000000000000000843edc4bc9bbbb6549250193d935117143dd4f9f8afde 0.93 MB 1,016 6
706,436 706,436 000000000000000000056336bd59ba2d36c9d12b760b1bb38c17c1ba6dfe32f9 0.28 MB 609 11
706,435 706,435 00000000000000000004e7fa07032ef881c1bc5fd8b3a0bfc0557668dbebeca2 0.08 MB 142 14
706,434 706,434 000000000000000000049c225dc1828654021d7d4ae7c9098f2e8ecce32d74d4 1.36 MB 2,328 9
Previous 10 blocks ↓
Total Size: 685.24 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,374.72 GB sent, 107.29 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.