Memory Pool Memory Pool Refreshing

87,335 transactions
27.28 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,964 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,743 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,963 (81,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
785,508 785,508 00000000000000000000a7bc8ceeaf1b497c81704079b51d2058bb94542683aa 1.22 MB 1,482 22
785,507 785,507 00000000000000000004e400900b27304e653ec057e9395e77133b8b13c29d6c 2.06 MB 1,463 8
785,506 785,506 00000000000000000000648c8a2166a52e4cbf01f789585e5b48d558a8c3c3f5 2.42 MB 480 2
785,505 785,505 00000000000000000003d309c979ac667f8a4bcaeeedcf5b36026b0bd9394609 1.90 MB 134 1
785,504 785,504 00000000000000000002ab30c3b591adb63a065191bcd47d0f4ba4c13417e430 1.93 MB 1,259 6
785,503 785,503 00000000000000000003273de7c9720dfd6d6138521a615b3ce8a2b2cd38d0f2 2.01 MB 227 1
785,502 785,502 00000000000000000003a5fe9fe0e069575ebc3ced63fe444c71b358bef2a7e7 2.02 MB 1,563 9
785,501 785,501 0000000000000000000320aceea187b6b39044e54be6c396c1d7e4a8014b271b 1.77 MB 1,543 9
785,500 785,500 00000000000000000002a637314a5d3f1628e65b50ce05cac0b6d6cd982b7723 3.00 MB 1,025 7
785,499 785,499 000000000000000000047e53d725c880ffbb40e7d5c962d9d329430ce8a60ca2 1.95 MB 253 1
785,498 785,498 00000000000000000003fda8d6ca402d55cba66ad7b766b6c6c4f39364d96046 1.98 MB 1,186 6
785,497 785,497 00000000000000000005c9186064e907392cb33b92c7f57808c621c2b02a51ac 1.50 MB 269 2
785,496 785,496 000000000000000000045b395db072116736ef9738510cbd5d21bc2d36df2058 1.82 MB 2,764 14
785,495 785,495 00000000000000000002b877396c0336f7653f225d4bf2e7cc1ef481f8f43f2d 1.84 MB 386 3
785,494 785,494 0000000000000000000063ebbb26979ffd341062d91ec3fdb40c247bea5270f9 2.14 MB 1,544 4
785,493 785,493 000000000000000000006a0e20c37039eaeaa30960fdb0a109e80e4a29e90045 1.65 MB 2,608 17
785,492 785,492 00000000000000000003fbb2b6c829dfd31bcecbc4b80887535f3a82ccadfd03 1.92 MB 1,207 4
785,491 785,491 00000000000000000005d3057c534d5e34d964eab1a3e3bae037d2a0dcd477a0 2.09 MB 1,206 6
785,490 785,490 00000000000000000002ed9d53211289a04919ad2208f1f3cc1ac0e38fd85693 2.29 MB 677 4
785,489 785,489 00000000000000000003310c7efca79a1129bab9cfe1fc3387519067a9a42059 1.33 MB 566 2
785,488 785,488 00000000000000000000b66f631186e0730cfa834a129e2e43e8dbc806a0e0df 2.12 MB 2,493 15
Previous 10 blocks ↓
Total Size: 693.53 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,887.54 GB sent, 169.40 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.