Memory Pool Memory Pool Refreshing

18,104 transactions
35.35 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,143 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,601 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,142 (93,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,450 768,450 0000000000000000000375030300a5e05af04c7280445a2f71d32408b9b32ec4 0.54 MB 1,085 12
768,449 768,449 0000000000000000000149d1be615956c30dab0cd90aa3432c7518023cfd6e97 1.75 MB 1,478 6
768,448 768,448 00000000000000000001c537a2412f75eef9adaf93eba9463696f73c1a12d939 0.44 MB 778 13
768,447 768,447 00000000000000000002b5b5be6c1f60f5c0d8cfc69e393695f41b000380b9c8 0.19 MB 278 11
768,446 768,446 000000000000000000004487fdc9771e190fbc238e219c187bf5e3989eba969c 1.47 MB 1,576 5
768,445 768,445 000000000000000000076305039074569be30a2933f3888fbb342ca6fcb0695d 1.38 MB 2,236 10
768,444 768,444 00000000000000000001fed3c472f0bd4ba830bc4094a6f786bf1e85efd4bedc 1.32 MB 2,040 24
768,443 768,443 0000000000000000000097ad79303f0e91771b2c9589402a2f24a4c552b88684 0.00 MB 1 0
768,442 768,442 00000000000000000006a66ef9734e2426846d39def3d7742ef8e755c1e2db51 0.37 MB 728 12
768,441 768,441 000000000000000000016166d289dc13896ec3281cbbd0bfda50bc9aa86d17e8 1.13 MB 1,768 13
768,440 768,440 00000000000000000002e9e598bbf0c5efa412d609955b9acdfaaf1552aa46a8 0.20 MB 342 11
768,439 768,439 00000000000000000001133ee7895ef80d6e4b687fdfec39da0d5422007126fe 0.30 MB 606 15
768,438 768,438 0000000000000000000469c02700b1d5c46ba6c881f61efc0223716291b0a3ee 1.12 MB 2,029 12
768,437 768,437 00000000000000000001694ac832ad4a1290704c6d124eb99d1d4c532473f560 1.51 MB 1,542 2
768,436 768,436 000000000000000000060226e64be071f1cdc90602cf962d1adc137867f72b2a 1.54 MB 2,756 12
768,435 768,435 00000000000000000003aaac7b6c73682375bf2715c5e4460afce40105d2999d 1.60 MB 2,357 5
768,434 768,434 000000000000000000069a76547ee19d7a7dbab06ad5b531ed935681ff39e825 1.39 MB 2,481 20
768,433 768,433 0000000000000000000372fb7218a55c30b0213782f8e8629f56599ad4ece84e 1.51 MB 2,756 11
768,432 768,432 000000000000000000044b47e3fddb7d55f10b1a99943c9b8692076a679ac726 1.49 MB 1,353 21
768,431 768,431 0000000000000000000735c1d942c219d7a07cfe66f416dd42cd7225bda72f19 1.26 MB 1,946 18
768,430 768,430 00000000000000000001f9dcea492bc2b710406d3234dead3912a41b14dc598e 1.50 MB 3,090 23
Previous 10 blocks ↓
Total Size: 684.43 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,340.81 GB sent, 101.16 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.